mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-10 00:45:01 -04:00
Add responsive layout.
This commit is contained in:
parent
25d8f3caab
commit
eac7fd2855
2 changed files with 121 additions and 9 deletions
|
@ -42,9 +42,7 @@ This iconic web font was used extensively around the site.
|
|||
</div>
|
||||
<div class="content showcase">
|
||||
<div class="wrap">
|
||||
<div style="margin: 0 15px 10px 0; float:left;">
|
||||
<iframe width="420" height="235" src="https://www.youtube-nocookie.com/embed/X_SO7K6ef6g?rel=0" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
<iframe class="feature" src="https://www.youtube-nocookie.com/embed/X_SO7K6ef6g?rel=0" frameborder="0" allowfullscreen></iframe>
|
||||
<h1><strong>Etherpad</strong> is an <strong>Open Source</strong> online editor providing collaborative editing in really <strong>real-time</strong> powered by <strong>Node.js</strong></h1>
|
||||
<div id="downloadbutton"><a href="#download"><i class="icon-download-alt"></i>DOWNLOAD</a><br/><span>Version 1.1</span></div>
|
||||
</div>
|
||||
|
@ -98,7 +96,7 @@ This iconic web font was used extensively around the site.
|
|||
</div>
|
||||
|
||||
<div id="footer" class="wrap">
|
||||
<p>Copyright © 2012 The Etherpad Foundation | Design by Marcel Klehr</p>
|
||||
<p>Copyright © 2012 The Etherpad Foundation | Design by Marcel Klehr</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue