This repository has been archived by the owner on May 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added initial about.html page (for the Zulip origin story)
- Loading branch information
Neeraj Wahi
committed
Aug 21, 2015
1 parent
b689a59
commit 520c573
Showing
7 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters