Skip to content
This repository has been archived by the owner on May 9, 2018. It is now read-only.

Commit

Permalink
Added initial about.html page (for the Zulip origin story)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj Wahi committed Aug 21, 2015
1 parent b689a59 commit 520c573
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 0 deletions.
72 changes: 72 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Zulip - About</title>
<link rel="icon" href="favicon.ico">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/media.css">
</head>
<body>
<!-- Navigation bar -->
<header>
<div class="container">
<div id="logo">
<a href="index.html"><img src="images/logos/zulip-icon-512x512.png" />zulip</a>
</div>
<nav>
<ul class="downloads">
<li><a href="server.html">Server</a></li>
<li><a href="clients.html">Clients</a></li>
</ul>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="help.html">Help</a></li>
<li><a href="contribute.html">Contribute</a></li>
</ul>
</nav>
</div>
</header>

<div class="band band-yellow">
<div class="container">
<h2>About Zulip</h2>
</div>
</div>

<div class="container docs">
<article>
<section>
<h3>The Zulip origin story</h3>
<div style="background: #ccc; width: 500px; height: 250px; padding: 20px;">
Insert picture from the early days here
</div>
<p>Lorem ipsum dolor sit amet, debet eripuit propriae id eam, mucius argumentum id eos. Facilisi temporibus consectetuer an nam, semper efficiendi scribentur est ut, ea everti principes quo. Id velit graeci suscipit usu, cu mei tacimates praesent. An est iuvaret accusamus, ornatus fierent disputando per at. Vis et phaedrum tacimates inimicus, usu eius partem sententiae no, nam labores debitis dignissim te. Vel homero nullam ne.</p>
</section>
<section>
<h3>Acquisition by Dropbox</h3>
<p>Lorem ipsum dolor sit amet, debet eripuit propriae id eam, mucius argumentum id eos. Facilisi temporibus consectetuer an nam, semper efficiendi scribentur est ut, ea everti principes quo. Id velit graeci suscipit usu, cu mei tacimates praesent. An est iuvaret accusamus, ornatus fierent disputando per at. Vis et phaedrum tacimates inimicus, usu eius partem sententiae no, nam labores debitis dignissim te. Vel homero nullam ne.</p>
</section>
<section>
<h3>Open sourcing Zulip during Dropbox Hack Week</h3>
<p>The Zulip team and a small army of guests (> 10) came together at Dropbox HQ in San Francisco for Hack Week from August 16 - 22, 2015 with one goal: open source Zulip. </p>
</article>
</div>

<!-- Footer -->
<footer>
Licensed under <a href="#">License</a>
<ul>
<li><a href="#">Github</a></li>
<li><a href="#">Docs</a></li>
<li><a href="#">Contributors</a></li>
</ul>
</footer>
</body>
</html>
1 change: 1 addition & 0 deletions clients.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<li><a href="clients.html">Clients</a></li>
</ul>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="help.html">Help</a></li>
<li><a href="contribute.html">Contribute</a></li>
Expand Down
1 change: 1 addition & 0 deletions contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<li><a href="clients.html">Clients</a></li>
</ul>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="help.html">Help</a></li>
<li><a href="contribute.html">Contribute</a></li>
Expand Down
1 change: 1 addition & 0 deletions features.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<li><a href="clients.html">Clients</a></li>
</ul>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="help.html">Help</a></li>
<li><a href="contribute.html">Contribute</a></li>
Expand Down
1 change: 1 addition & 0 deletions help.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<li><a href="clients.html">Clients</a></li>
</ul>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="help.html">Help</a></li>
<li><a href="contribute.html">Contribute</a></li>
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<li><a href="clients.html">Clients</a></li>
</ul>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="help.html">Help</a></li>
<li><a href="contribute.html">Contribute</a></li>
Expand Down
1 change: 1 addition & 0 deletions server.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<li><a href="clients.html">Clients</a></li>
</ul>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="help.html">Help</a></li>
<li><a href="contribute.html">Contribute</a></li>
Expand Down

0 comments on commit 520c573

Please sign in to comment.