-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
227 lines (224 loc) · 8.79 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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/1.1.0/modern-normalize.min.css"
integrity="sha512-wpPYUAdjBVSE4KJnH1VR1HeZfpl1ub8YT/NKx4PuQ5NmX2tKuGu6U/JRp5y+Y8XG2tV+wKQpNHVUX03MfMFn9Q=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./css/main.min.css" />
</head>
<body>
<header class="header">
<div class="container header-container">
<a href="#">
<img src="./images/logo.jpg" alt="logo GOIT" width="100" height="30" />
</a>
<nav class="header-nav">
<ul class="list header-nav-list">
<li class="header-nav-item">
<a class="link header-nav-link" href="#start">Start now</a>
</li>
<li class="header-nav-item">
<a class="link header-nav-link" href="#courses">Our courses</a>
</li>
<li class="header-nav-item">
<a class="link header-nav-link" href="#graduates">Graduates</a>
</li>
<li class="header-nav-item">
<a class="link header-nav-link" href="#facts">IT quick facts</a>
</li>
<li class="header-nav-item">
<a class="link header-nav-link" href="#help">Need help?</a>
</li>
</ul>
</nav>
</div>
</header>
<main>
<section class="hero">
<div class="container hero-container">
<div class="hero-content">
<h1 class="hero-title">GOIT</h1>
<p class="hero-descript">
Imagine yourself going from a dead-end job to an exciting
high-income career in an industry that is constantly evolving.
Sounds great, doesn’t it?
</p>
<p class="hero-label hero-content-label">
No time to lose: GO IT for something new!
</p>
</div>
<div class="hero-image">
<p class="hero-label hero-image-label">A New Career. A New You.</p>
<img class="hero-img" src="./images/hero-img.png" alt="happy girl" width="520" height="571" />
</div>
</div>
</section>
<section id="start" class="section start">
<div class="container">
<div class="start-container">
<div class="start-content">
<h2 class="section-title start-title">
Start your new career with GOIT
</h2>
<ul class="list start-text-list card-set">
<li class="card-item">
<h3 class="item-title">Our mentors</h3>
<p>Pros in what they do and you get to learn from them</p>
</li>
<li class="card-item">
<h3 class="item-title">Our students</h3>
<p>Work on real-life projects, no boring stuff</p>
</li>
<li class="card-item">
<h3 class="item-title">Our goal</h3>
<p>
Make sure that you go from zero to job-ready and land a
career in IT with a salary that you deserve
</p>
</li>
</ul>
</div>
<ul class="list start-about-list card-set item-title">
<li class="card-item">
<p><span class="start-about-numb">3817</span> graduates</p>
</li>
<li class="card-item">
<p><span class="start-about-numb">2079</span> students</p>
</li>
<li class="card-item">
<p>
<span class="start-about-numb">$70k </span>average salary
after graduation
</p>
</li>
</ul>
<img class="start-image" src="./images/start-image.jpg" width="470" height="550"
alt="friendly team in ofice" />
</div>
</div>
</section>
<section class="section courses">
<h2 class="section-title">GOIT Courses</h2>
<p>
We are constantly improving each course, based on the experience and
feedback of our graduates. Our programs are pure knowledge and
practice, seasoned with interesting projects and gamification.
</p>
<ul class="list courses-list card-set">
<li class="courses-item card-item">
<h3>Python For Data Science</h3>
</li>
<li class="courses-item card-item">
<h3>Full stack from scratch</h3>
</li>
<li class="courses-item card-item">
<h3>7 day free challenge</h3>
</li>
<li class="courses-item card-item">
<h3>GO Java</h3>
</li>
<li class="courses-item card-item">
<h3>GO QA</h3>
</li>
<li class="courses-item card-item">
<h3>IT Project Manager</h3>
</li>
</ul>
</section>
<!--<section>
<h2 class="section-title">GOIT</h2>
<p>IT companies that hire our graduates</p>
<ul class="list">
<li>logo</li>
<li>logo</li>
<li>logo</li>
<li>logo</li>
<li>logo</li>
<li>logo</li>
<li>logo</li>
</ul>
</section>
<section>
<h2 class="section-title">IT in the USA</h2>
<ul class="list">
<li>
<p><span>$80k</span>Salary of a Software Developer on average</p>
</li>
<li>
<p><span>32%</span>US share of the Global Tech market</p>
</li>
<li>
<p><span>3.6 Mio</span>Jobs on the IT Job Market in the USA</p>
</li>
<li>
<p><span>$1.9 bn</span>Economic impact of the tech industry</p>
</li>
<li>
<p><span>504k</span>Software developers hired in the last decade</p>
</li>
</ul>
</section>
</main>
<footer>
<a href="#">
<img src="./images/logo.jpg" alt="logo GOIT" width="100" height="30" />
</a>
<ul class="list">
<li>
<a href="#" target="_blank" rel="noopener noreferrer nofollow"
>Terms and conditions,</a
>
</li>
<li>
<a href="#" target="_blank" rel="noopener noreferrer nofollow">
Privacy Policy</a
>
</li>
</ul>
<h3>Contact GoIT:</h3>
<ul class="list">
<li><a href="tel:+54065550120">(406) 555-0120</a></li>
<li>
<a href="mailto:alma.lawson@example.com">alma.lawson@example.com</a>
</li>
</ul>
<button type="button">Connect with Us</button>
<ul class="list">
<li>
<a href="" target="_blank" rel="noopener noreferrer nofollow"
>social-icon</a
>
</li>
<li>
<a href="" target="_blank" rel="noopener noreferrer nofollow"
>social-icon</a
>
</li>
<li>
<a href="" target="_blank" rel="noopener noreferrer nofollow"
>social-icon</a
>
</li>
<li>
<a href="" target="_blank" rel="noopener noreferrer nofollow"
>social-icon</a
>
</li>
</ul>
<ul class="list">
<li>pay-icon</li>
<li>pay-icon</li>
<li>pay-icon</li>
<li>pay-icon</li>
<li>pay-icon</li>
</ul>
</footer> -->
</body>
</html>