-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
127 lines (113 loc) · 3.58 KB
/
index.html
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
<!DOCTYPE HTML>
<!--
Projection by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Conejo Landing</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header">
<div class="inner">
<a href="index.html" class="logo"><img id = "logo" src = "images/logo.png"></a>
<nav id="nav">
<a href="index.html">Home</a>
<a href="assignments.html">Assignments</a>
<a href="moreInfo.html">More Info</a>
</nav>
<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
</div>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<header>
<h1>Conejo</h1>
<h3 style= "color:rgba(255, 255, 255, 0.55);">We'll help you look great by recommending awesome outfits based on the clothing you already own as well as helping you find new things you'll actually want to wear.</p>
</header>
<div class = "flex div">
<div>
<span class="icon fa-car"></span>
<h3>Shop Faster</h3>
<p>Identify items of your size automatically</p>
</div>
<div>
<span class="icon fa-camera"></span>
<h3>Stay Fashionable</h3>
<p>Get recommendations for full attires</p>
</div>
<div>
<span class="icon fa-bug"></span>
<h3>Find Similar Items</h3>
<p>Discover your favorite clothing again</p>
</div>
</div>
<div>
<a href = "Assignments/Assignment6/medfiPrototype.html">
<h3>Test our Medium-fi prototype</h3>
</a><br>
<a href = "Assignments/Assignment8/hifiPrototype.html">
<h3>Test our Hi-fi prototype</h3>
</a>
</div>
</div>
</div>
</section>
<!--Should load medium fi prototype, link is necessary as of now as it fails to render
<iframe width="438" height="930" src="//invis.io/3REA26OE2" frameborder="0" allowfullscreen></iframe>
-->
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div style = "padding-bottom: 1em; font-size: 1.5em">Concept Video</div>
<div class="ratio_16_9">
<iframe class = "video" src="https://www.youtube.com/embed/ieuQ8IXEyPs" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</footer>
<!-- Three -->
<section id="three" class="wrapper align-center">
<div class="inner">
<div class="flex flex-2">
<article>
<div class="image round">
<img src="images/AminOjjehThumbnail.jpg" alt="Pic 01" />
</div>
<header>
<h3><strong>Amin Ojjeh</strong><br />Design & Needfinding</h3>
</header>
<p></p>
</article>
<article>
<div class="image round">
<img src="images/EstebanReyThumbnail.jpg" alt="Pic 02" />
</div>
<header>
<h3><strong>Esteban Rey</strong><br />Tech God</h3>
</header>
<p></p>
</article>
<article>
<div class="image round">
<img src="images/JackGartlandThumbnail.jpg" alt="Pic 01" />
</div>
<header>
<h3><strong>Jack Gartland</strong><br />Design & Mobile Development</h3>
</header>
<p></p>
</div>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>