summaryrefslogtreecommitdiffstats
path: root/views/pages/home.html.php
blob: 7d902b0ce8ce291c7e377baaef34410e4fe59bae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<div id="feature">
	<h2>The Otaku Social Network</h2>
	<h3>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</h3>
	<h2>Signup Now!</h2>
	<hr/>
	<form method="post" action="/users/signup">
		<label for="username">Username</label>
		<input type="text" name="username" id="username">
		<label for="password">Password</label>
		<input type="password" id="password" name="password">
		<label for="email">Email</label>
		<input type="text" id="email" name="email">
		<input class="button green" type="submit" value="Signup!">
	</form>
</div>

<h2 class="ribbon">Why you'll &#9825; OtakuHub~</h2>
<div class="triangle-ribbon"></div>
<br class="cl" />

<h3>For Us By Us</h3>
<p>
	Built by Otakus for Otakus, we know what you want, and we work tirelessly to give it to you.
</p>
<h3>Data Portability</h3>
<p>
	Move your data between AnimePlanet AnimeDB or MAL or export your list for your own records
</p>
<h3>Meet others</h3>
<p>
	Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
<br class="cl" />

<!-- "previous page" action -->
<a class="prev browse left"></a>
<div id="browsable" class="scrollable">   
   
   <!-- root element for the items -->
   <div class="items">
   
      <!-- 1-5 -->
      <div>
         <img src="/img/screenshots/buttons.jpg" height="100" width="100" alt="" />
            <img src="/img/screenshots/gallery.jpg" height="100" width="100" alt="" />
            <img src="/img/screenshots/calendars.jpg" height="100" width="100" alt="" />
            <img src="/img/screenshots/charts.jpg" height="100" width="100" alt="" />
            <img src="/img/screenshots/coding.jpg" height="100" width="100" alt="" />
      </div>
      
      <!-- 5-10 -->
      <div>
         <img src="/img/screenshots/docs.jpg" height="100" width="100" alt="" />
            <img src="/img/screenshots/forms.jpg" height="100" width="100" alt="" />
            <img src="/img/screenshots/gallery.jpg" height="100" width="100" alt="" />
            <img src="/img/screenshots/notifications.jpg" height="100" width="100" alt="" />
            <img src="/img/screenshots/pagination.jpg" height="100" width="100" alt="" />
      </div>
      
      <!-- 10-15 -->
      <div>
         <img src="/img/screenshots/psd.jpg" height="100" width="100" alt="" />
            <img src="/img/screenshots/switches.jpg" height="100" width="100" alt="" />
            <img src="/img/screenshots/tabs.jpg" height="100" width="100" alt="" />
            <img src="/img/screenshots/themes.jpg" height="100" width="100" alt="" />
            <img src="/img/screenshots/tips.jpg" height="100" width="100" alt="" />
      </div>
      
   </div>
   
</div>
<!-- "next page" action -->
<a class="next browse right"></a>

<br class="cl" />