-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (33 loc) · 1.1 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
<!DOCTYPE html>
<html lan="en">
<head>
<title>My portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="main">
<div class="navbar">
<img src="içi boş paridoc logosu.png" class="logo">
<ul>
<li><a href="#">HOME</a></li>
<li><a href="#">ABOUT</a></li>
<li><a href="#">OUR EVENTS</a></li>
<li><a href="#">BLOG</a></li>
<li><a href="#">CONTACT</a></li>
</ul>
</div>
<div class="info">
<h1> Hi, We are <span>Paridoc!</span></h1>
<h2> E-LEARNING PROVIDER</h2>
<h3> Educational platform that aims to create atmosphere for students
<br>to discover their own interests and skills.
<br> <span>academy, career, life hacks and more...</span></h3>
<a href="#">sign up!</a>
</div>
<div class="image">
<img src="4pari.png" class="girl" >
</div>
</div>
</div>
</body>
</html>