-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsingle-work.html
64 lines (60 loc) · 2.5 KB
/
single-work.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tekl-Çalışmalar</title>
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css'
rel='stylesheet'>
</head>
<body>
<nav>
<div class="logo">
<img src="/images/logo.jpg" alt>
<a href="#">Ali İhsan Üneşi</a>
</div>
<div class="nav-links">
<img src alt>
<a href="index.html">Anasayfa</a>
<a href="works.html">Çalışmalar</a>
<a class="selected" href="single-work.html">Tekli-Çalışmalar</a>
<a href="blog.html">Blog</a>
<a href="about.html">Hakkında</a>
</div>
</nav>
<h1 class="page-title">Designing Dashboard with usability in mind</h1>
<div class="content">
<div class="work-info">
<div class="year-badge">2024</div>
<div class="category">
<p>Dashboard, User Experience Design</p>
</div>
</div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ratione
praesentium velit in? Recusandae nihil adipisci laboriosam
aperiam qui ut? Voluptatibus assumenda laborum fugiat quasi
libero expedita quis! Nemo, dolorem inventore.</p>
<img src="images/White And Black Modern Abstract Beauty Logo.png"
alt>
<h1>heading 1</h1>
<h2>heading 2</h2>
<h3>heading 3</h3>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Reprehenderit maxime sunt, velit molestiae eaque dolorem beatae
quas maiores deleniti voluptates quasi eum provident corrupti
commodi nemo molestias error nam deserunt.</p>
<img src="images/White And Black Modern Abstract Beauty Logo.png" alt="">
</div>
<footer>
<div class="socials">
<i class='bx bxl-instagram-alt'></i>
<i class='bx bxl-linkedin-square'></i>
<i class='bx bxl-discord-alt'></i>
<i class='bx bxl-github'></i>
<i class='bx bxl-twitter'></i>
</div>
<p>Copyright @2024, All rights reserved.</p>
</footer>
</body>
</html>