forked from MohammedCamara78/freshOnions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
profile.hbs
145 lines (127 loc) · 5.79 KB
/
profile.hbs
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<div>
Welcome to your profile, {{person.username}}!
<a href="/users">Back to User menu</a>
</div>
<div id="header">
<div id="logo">
<p>
<img src="/images/1.jpg" alt="FreshOnions" height="250" width="300"/>
</p>
</div>
</div>
<div class="col-xs">
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
li {
display: inline;
float: right;
}</style>
<ul class="fa-ul">
<li><icon class="fa fa-facebook-official" style="font-size:28px;color:red">
</icon><a href="http://facebook.com" target="_blank">Facebook</a></li>
<li><icon class="fa fa-tumblr-square" style="font-size:28px;color:red"></icon><a href="http://twitter.com" target="_blank">Twitter</a></li>
<li><icon class="fa fa-linkedin-square" style="font-size:28px;color:red"></icon><a href="http://linkedin.com" target="_blank">LinkedIn</a></li>
</ul>
</div><br />
<form id="search" method="get" action="/freshOnions.html">
<div id="searchbox">
<label for="searchtextbox"><a href="/freshOnions.html">Search:</a></label><input type="text" id="searchtextbox" name="search" value="" class="text" /><input type="hidden" name="numrev" value="3" /><select id="site" name="site"><option value="" selected>All Platforms</option><option value="3ds">3DS</option><option value="dreamcast">Dreamcast</option><option value="ds">DS</option><option value="gameboy">Game Boy</option><option value="gba">Game Boy Advance</option><option value="gbc">Game Boy Color</option><option value="gamecube">GameCube</option><option value="genesis">Genesis</option><option value="iphone">iPhone/iPod</option><option value="mac">Macintosh</option><option value="mobile">Mobile</option><option value="ngage">N-Gage</option><option value="n64">Nintendo 64</option><option value="pc">PC</option><option value="ps">PlayStation</option><option value="ps2">PlayStation 2</option><option value="ps3">PlayStation 3</option><option value="ps4">PlayStation 4</option><option value="vita">PlayStation Vita</option><option value="psp">PSP</option><option value="saturn">Saturn</option><option value="segacd">Sega CD</option><option value="snes">SNES</option><option value="switch">Switch</option><option value="wii">Wii</option><option value="wii-u">Wii U</option><option value="xbox">Xbox</option><option value="xbox360">Xbox 360</option><option value="xboxone">Xbox One</option></select><button type="submit">go</button>
</div>
<div id="quicknav">
<p>
<a href="/">Home</a> |
<a href="/browse.html">All-Time Best</a> |
<a href="/browse.html?sort=1">All-Time Worst</a> |
<a href="/sites/index.html">Sites</a> |
<a href="/help.hbs">Help</a>
</p>
</div>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style type="text/css">
.carousel{
background: #2f4357;
margin-top: 20px;
width:550px;
height: 0 auto;
}
.carousel .item{
min-height: 280px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}
.carousel .item img{
margin: 0 auto;/*auto; /* Align slide image horizontally center */
/*display:block;*/
}
.bs-example{
margin: 20px;
}
</style>
<div class="carousel">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="images/Halo5.jpg" alt="Bleach29">
</div>
<div class="item">
<img src="http://localhost:3000/images/Bleach28.jpg" alt="Bleach28">
</div>
<div class="item">
<img src="http://localhost:3000/images/Bleach27.jpg" alt="Bleach27">
</div>
<div class="item">
<img src="http://localhost:3000/images/Bleach30.jpg" alt="Flower">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div></div>
<div class="aside">
<div id="platformlist">
<div class="nav" style="box">
<h4>Platforms:</h4>
<a href="xbox">Xbox</a><br />
<a href="playstation">PlayStation</a> <br />
<a href="nintendo">Nintendo</a> <br />
<a href="mobile">Mobile</a> <br />
<a href="pc">PC</a> <br /><br /><br />
</div> </div></div>
<div id="sitenav">
<p>
<a href="profile">Home</a> | <a href="review">Reviews</a> | <a href="aboutUs">About Us</a> | <a href="contact">Contact Us</a>
</p>
</div>
<div id="footer">
Copyright © 2017 Ryan Hourihan & Mohammed Camara. All rights reserved.<br/>
</div>
<script>// Activate Carousel
$("#myCarousel").carousel();
// Enable Carousel Indicators
$(".item").click(function(){
$("#myCarousel").carousel(1);
});
// Enable Carousel Controls
$(".left").click(function(){
$("#myCarousel").carousel("prev");
});</script>
</form>