-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
208 lines (190 loc) · 8.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Udemig Education</title>
<link rel="stylesheet" href="style.css">
<!---* Bootstrap Css Link-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<!---* Fontawesome Link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer"
/>
</head>
<body>
<!---* Navbar Start -->
<section id="nav-bar">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="./images/Udemig.png" alt="logo">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<i class="fa-solid fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav m-lg-auto">
<a class="nav-link text-white" aria-current="page" href="#">Home</a>
<a class="nav-link text-white" href="#">Services</a>
<a class="nav-link text-white" href="#">About Us</a>
<a class="nav-link text-white" href="#">Customers</a>
<a class="nav-link text-white" href="#">Contact </a>
</div>
</div>
</div>
</nav>
</section>
<!---* Navbar End -->
<!---* Banner Start -->
<section id="banner">
<div class="container">
<div class="row">
<div class="col-md-6">
<p class="title">Best software academy </p>
<p>You can also receive quality education by joining the best software academy in the market.</p>
<a href="#">
<img src="./images/play.png" alt="play-btn" class="btn">Wach us!
</a>
</div>
<div class="col-md-6">
<img src="./images/home2.png" class="bottom-img" alt="">
</div>
</div>
</div>
<img src="./images/wave1.png" class="bottom-img" alt="">
</section>
<!---* Banner End -->
<!---* Services Star -->
<section id="services">
<div class="container">
<h1 class="title text-center">What Are We Doing?</h1>
<div class="row text-center">
<div class="col-md-4 mt-3">
<img src="./images/service1.png" class="service-img">
<h4>Rapidly developing community</h4>
<p>We are growing rapidly as the most active company in the market.</p>
</div>
<div class="col-md-4 mt-3">
<img src="./images/service2.png" class="service-img" alt="">
<h4>Online Education</h4>
<p>We are going beyond the classical and boring education model.</p>
</div>
<div class="col-md-4 mt-3">
<img src="./images/service3.png" class="service-img" alt="">
<h4>Current contents</h4>
<p>We follow the market and keep up to date in the best possible way.</p>
</div>
</div>
<div id="btn-wrapper">
<button type="button" class="btn btn-primary">All Services</button>
</div>
</div>
</section>
<!---* Services End -->
<!---* About Us Start -->
<section id="about-us">
<div class="container">
<h1 class="title text-center">Why Should You Choose Us?</h1>
<div class="row">
<div class="col-md-6">
<p class="about-title">Why are we the best?</p>
<ul>
<li>We Believe in Doing Business with Honesty</li>
<li>We Stand Out With Honest Business Principles</li>
<li>Relationships Built on Honesty</li>
<li>Honest Feedback Culture</li>
<li>Integrity Based Training Methodologies</li>
<li>A Learning Environment Filled with Trust and Honesty</li>
</ul>
</div>
<div class="col-md-6">
<img src="./images/network.png" alt="">
</div>
</div>
</div>
</section>
<!---* About Us End -->
<!---* Customer Start -->
<section id="customer">
<div class="container">
<h1 class="title text-center">What Do Our Students Say?</h1>
<div class="row">
<div class="col-md-4 customers">
<p>The Best Active Institution in the Market</p>
<img src="./Images/user1.png" alt="user1">
<p class="user-details">
<b>Ferhunde Ilay Üstün</b> </br><br /> Web Developer at ZYX Company
</p>
</div>
<div class="col-md-4 customers">
<p>Success is inevitable with a great instructor staff</p>
<img src="./Images/user2.png" alt="user2">
<p class="user-details">
<b>Cihat Unal</b> </br><br /> Mobile Developer at ABC
</p>
</div>
<div class="col-md-4 customers">
<p>Change your life with this training</p>
<img src="./Images/user3.png" alt="user3">
<p class="user-details">
<b>Erhan Yılmaz</b> </br><br /> Backend Developer at DFR Company
</p>
</div>
</div>
</div>
</section>
<!---* Customer End -->
<!---* Social media Start -->
<section id="social-media">
<div class="container">
<h1 class="text-center">Follow Us!!</h1>
<div class="social-icons text-center">
<a href="#">
<img src="./Images/facebook-icon.png" alt="">
</a>
<a href="#">
<img src="./Images/instagram-icon.png" alt="">
</a>
<a href="#">
<img src="./Images/twitter-icon.png" alt="">
</a>
<a href="#">
<img src="./Images/whatsapp-icon.png" alt="">
</a>
<a href="#">
<img src="./Images/snapchat-icon.png" alt="">
</a>
</div>
</div>
</section>
<!---* Social media End -->
<!---* Footer Start -->
<section id="footer">
<img src="./Images/wave2.png" alt="" class="footer-img">
<div class="container">
<div class="row">
<div class="col-md-4 footer-box">
<img src="./Images/Udemig.png" width="50px" alt="">
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Quaerat, aspernatur atque odio, labore excepturi consequuntur a sunt beatae non, dolorum aliquid repellat fugiat? Nihil fuga deleniti dignissimos odio qui expedita.</p>
</div>
<div class="col-md-4 footer-box">
<p><b>Contact Us</b></p>
<p><i class="fa-solid fa-map-pin icon"></i> İstanbul</p>
<p><i class="fa-solid fa-phone icon"></i> +90 500 00 00</p>
<p><i class="fa-regular fa-envelope icon"></i>[email protected]</p>
</div>
<div class="col-md-4 footer-box">
<p><b>Contact</b></p>
<input type="email" class="form-control" placeholder="enter your mail">
<button class="btn btn-primary">Submit</button>
</div>
</div>
</div>
<hr />
<p class="copyright">All Rights Reserved by Udemig</p>
</section>
<!---* Footer End -->
<!---* Bootstrap Js-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>