-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
54 lines (51 loc) · 2.08 KB
/
about.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
<!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, intial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/895a220f36.js" crossorigin="anonymous"></script>
<script src="load.js"></script>
<title>Page</title>
</head>
<body>
<section class="Heading-1">
<div class="main-width">
<header>
<div class="logo">
<i class="fa-solid">l.d.l</i>
</div>
<nav>
<div class="ham">
<span></span>
<span></span>
<span></span>
</div>
<ul class="nav-list">
<li><a href="index.html">Home</a></li>
<li><a href="actv.html">Activity</a></li>
<li><a href="study.html">Study</a></li>
<li><a href="projects.html">Projects</a></li>
<li class="btn"><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<div class="container">
<div class="about">
<h1>About me</h1>
<p>I am Lucaciu Daiana Larisa.I study Information Technology at University of Oradea.</p>
<p>I am a courios and hard work student. In my free time i like to grown my coding </p>
<p>skills, to work at my projects or teach something new.</p>
<p></p>
</div>
<div class="text">
<button type="button" ><a href="../web/image/me.jpg" download>Download cv</a></button></div>
</div>
<div class="bottom">
<p>@ 2023 daia-code - All Rights Reserved</p>
</div>
</div>
</section>
</body>
</html>