-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
207 lines (202 loc) · 12.3 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="Jessica Michelle Farias Rosado" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Universe University</title>
<link rel="shortcut icon" href="assets/images/UUlogo.svg">
<link rel="stylesheet" href="assets/styles/css/reset.css">
<link rel="stylesheet" href="assets/styles/css/fonts.css">
<link rel="stylesheet" href="assets/styles/css/style.css">
<link rel="stylesheet" href="assets/styles/css/export.css">
</head>
<body>
<header>
<div class="relative-space">
<div class="video top-50 z-1">
<video src="assets/videos/video-books.mp4" autoplay loop></video>
</div>
<div class="header-overlay center z-2"></div>
<div class="center-50 z-6 p-10 w-100 d-flex-center-center d-flex-col">
<p class="text-center color-white p-5">UNIVERSE UNIVERSITY YOU GATEAWAY TO SCHOOL IN MERIDA</p>
<form class="form">
<label>SEARCH BY KEY WORD</label>
<div>
<input type="text" placeholder="Search">
<button type="submit">SEARCH</button>
</div>
</form>
<button class="button-white-red" onclick="location.href = ' index.html';">How it works</button>
</div>
</div>
</header>
<nav class="navbar bgc-red z-10">
<a href="html/Schools.html">
<img class="sizew-50" src="assets/images/graduate.svg" alt="logo UNIVERSE">
<img class="sizew-100 p-1" src="assets/images/UNIVERSEW.svg " alt="UNIVERSE LOGO">
</a>
<ul class="container">
<li class="item">
<a class="d-flex-row" href="html/Schools.html">
<img class="image-ico" src="assets/images/user-ico.png" alt="search-ico">
<p class="display-0001 ml-1">Schools</p>
</a>
</li>
<li class="item">
<a class="d-flex-row" href="index.html">
<img class="image-ico" src="assets/images/wifi-ico.png" alt="about image">
<p class="display-0001 ml-1">About</p>
</a>
</li>
<li class="item">
<a class="d-flex-row" href="html/Options.html">
<img class="image-ico" src="assets/images/search-ico.png" alt="">
<p class="display-0001 ml-1">Search</p>
</a>
</li>
<li class="item">
<a class="d-flex-row" href="html/Location.html">
<img class="image-ico" src="assets/images/menu-ico.png" alt="">
<p class="display-0001 ml-1">More</p>
</a>
</li>
</ul>
</nav>
<main class="main">
<section class="row-container d-flex-col d-flex-center-center">
<h2 class="color-red p-5">SIMPLE STEPS TO FOLLOW:</h2>
<div class="row instructions w-100">
<div class="col-12 col-sm-24 d-flex-col d-flex-center-center">
<img class="sizew-50" src="assets/images/search.png" alt="search image">
<h3>1-SEARCH:</h3>
<p class="instruction">Enter the name of the school you are looking for and click on "View all degrees"</p>
</div>
<div class="col-12 col-sm-24 d-flex-col d-flex-center-center">
<img class="sizew-50" src="assets/images/locate.png" alt="locate icon">
<h3>2-LOCATE:</h3>
<p class="instruction">Get to see where your school is located by clicking on the school profile.</p>
</div>
<div class="col-12 col-sm-24 d-flex-col d-flex-center-center">
<img class="sizew-50" src="assets/images/apply.webp" alt="document">
<h3>3-APPLY:</h3>
<p class="instruction">Apply for you're childs's inerview of your choice</p>
</div>
<div class="col-12 col-sm-24 d-flex-col d-flex-center-center">
<img class="sizew-50" src="assets/images/relax.png" alt="Relax">
<h3>4-RELAX:</h3>
<p class="instruction">Once you gets admitted. You can now relax.</p>
</div>
</div>
</section>
<div class="row-container bgc-red">
<h1 class="text-center col-24">About us</h1>
<div class="col-12 col-sm-24 text-main d-flex-col order-sm-2">
<p class="bgc-sm-yellow diagonal-slowmotion">More than 10,000 people come to our website to find all details from each school in Merida</p>
<button class="button-white-red" onclick="location.href = 'html/Schools.html';">Find a school</button>
</div>
<img class="col-12 col-sm-24" src="assets/images/student-mochila.png" alt="">
</div>
<div class="row-container bgc-gray">
<div class="col-12 col-sm-24 text-main d-flex-col order-sm-2">
<p class="updown-slowmotion">You just need to choose one school and we give you all details like the payments, process to enter, school exchanges and more...</p>
<button class="button-white-blue" onclick="location.href = 'html/Schools.html';">Find a school</button>
</div>
<img class="col-12 col-sm-24" src="assets/images/student-banking-hub-international-students.webp" alt="students around the world">
</div>
<div class="row-container bgc-blue">
<p class="col-12 col-sm-24 text-main diagonal-slowmotion order-sm-2 ">We will guide you and help you to access to your new school</p>
<img class="col-12 col-sm-24 border-merida" src="assets/images/merida.png" alt="student walking">
</div>
<footer class="bgc-black row relative-space pt-5 m-3">
<div class="d-flex-lg-row row w-100 d-flex-around-center p-2 link-white">
<div class="flex-nowrap">
<a href="index.html">HOME</a>
<a href="html/Schools.html">SEARCH</a>
<a href="index.html">ABOUT US</a>
<a href="https://www.facebook.com">FACEBOOK</a>
</div>
<div class="flex-nowrap">
<a href="#">ADVERTICE</a>
<a href="https://www.twitter.com">TWITTER</a>
<a href="#">BLOG</a>
<a href="https://www.google.com">GOOGLE+</a>
</div>
<img class="top-50 col-2 p-5 border-img display-0001" src="assets/images/graduate.svg"
alt="Universe university logo">
</div>
<div class="row w-100 d-flex-around-start ">
<div class="col-6 col-sm-24 order-sm-3 pt-10">
<h3 class="pb-7"><label>SUBSCRIBE</label></h3>
<form class="row">
<input class="subscribe-black col-lg-16 col-sm-12" type="email" placeholder="your-email@example.com">
<button class="button-gray col-lg-8 col-xs-12">send</button>
</form>
</div>
<div class="col-6 col-md-12 col-xs-24 order-sm-1 pt-10">
<h3 class="pb-7">CONTACT</h3>
<p class="footer-text">For more information write us <span class="color-red">universeuniversity@gmail.com</span></p>
</div>
<div class="col-6 col-md-12 col-sm-24 order-sm-2 pt-10 pb-6">
<h3 class="pb-7">ABOUT</h3>
<p class="footer-text">The purpose of this website is to impulse to the people to integrate to a new school and create a
better society <a href="index.html" class="color-red">Learn more...</a></p>
</div>
</div>
<div class="bgc-light-black w-100 d-flex-between-center p-3">
<div class="d-flex-row">
<a href="https://www.facebook.com">
<svg class="icon-footer mrl-3" enable-background="new 0 0 24 24" height="512" viewBox="0 0 24 24" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m15.997 3.985h2.191v-3.816c-.378-.052-1.678-.169-3.192-.169-3.159 0-5.323 1.987-5.323 5.639v3.361h-3.486v4.266h3.486v10.734h4.274v-10.733h3.345l.531-4.266h-3.877v-2.939c.001-1.233.333-2.077 2.051-2.077z"/></svg>
</a>
<a href="https://www.twittercom">
<svg class="icon-footer mrl-3" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" xml:space="preserve">
<g>
<g>
<path d="M512,97.248c-19.04,8.352-39.328,13.888-60.48,16.576c21.76-12.992,38.368-33.408,46.176-58.016
c-20.288,12.096-42.688,20.64-66.56,25.408C411.872,60.704,384.416,48,354.464,48c-58.112,0-104.896,47.168-104.896,104.992
c0,8.32,0.704,16.32,2.432,23.936c-87.264-4.256-164.48-46.08-216.352-109.792c-9.056,15.712-14.368,33.696-14.368,53.056
c0,36.352,18.72,68.576,46.624,87.232c-16.864-0.32-33.408-5.216-47.424-12.928c0,0.32,0,0.736,0,1.152
c0,51.008,36.384,93.376,84.096,103.136c-8.544,2.336-17.856,3.456-27.52,3.456c-6.72,0-13.504-0.384-19.872-1.792
c13.6,41.568,52.192,72.128,98.08,73.12c-35.712,27.936-81.056,44.768-130.144,44.768c-8.608,0-16.864-0.384-25.12-1.44
C46.496,446.88,101.6,464,161.024,464c193.152,0,298.752-160,298.752-298.688c0-4.64-0.16-9.12-0.384-13.568
C480.224,136.96,497.728,118.496,512,97.248z"/>
</g>
</g>
</svg>
</a>
<a href="https://www.gmail.com">
<svg class="icon-footer mrl-3" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<g>
<g>
<path d="M467,61H45c-6.927,0-13.412,1.703-19.279,4.51L255,294.789l51.389-49.387c0,0,0.004-0.005,0.005-0.007
c0.001-0.002,0.005-0.004,0.005-0.004L486.286,65.514C480.418,62.705,473.929,61,467,61z"/>
</g>
</g>
<g>
<g>
<path d="M507.496,86.728L338.213,256.002L507.49,425.279c2.807-5.867,4.51-12.352,4.51-19.279V106
C512,99.077,510.301,92.593,507.496,86.728z"/>
</g>
</g>
<g>
<g>
<path d="M4.51,86.721C1.703,92.588,0,99.073,0,106v300c0,6.923,1.701,13.409,4.506,19.274L173.789,256L4.51,86.721z"/>
</g>
</g>
<g>
<g>
<path d="M317.002,277.213l-51.396,49.393c-2.93,2.93-6.768,4.395-10.605,4.395s-7.676-1.465-10.605-4.395L195,277.211
L25.714,446.486C31.582,449.295,38.071,451,45,451h422c6.927,0,13.412-1.703,19.279-4.51L317.002,277.213z"/>
</g>
</g>
</svg>
</a>
</div>
<p class="color-gray footer-text">Universe University ♥ the best website in the world</p>
</div>
</footer>
</main>
</body>
</html>