-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathartproj.html
61 lines (58 loc) · 2.31 KB
/
artproj.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
<html lang ="en">
<head>
<script src="https://kit.fontawesome.com/f3348a7004.js" crossorigin="anonymous"></script>
<link rel="icon" href="resources/logo1.png" type="image/x-icon" />
<title>Shaaf Yousaf</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<meta charset="UTF-8">
<meta name ='viewport' content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body class = 'creations'>
<div class = 'bcktopbarmob ShowOnMobile'></div>
<div class = 'bckfullmob ShowOnMobile'></div>
<div class="bckborder porj">
<div class = 'ShowOnMobile'>
<img class="mobimg" src = 'resources/logo.png' alt = 'logo' ></img>
<h3 class ='page'>⊳ art projects</h3>
<a class="clickedhome" href="menumob.html" style="
text-align:center;
align-content: stretch;
color: white;
">
<i class="fa-solid fa-bars fa-2xl" ></i></a>
</div>
<div class = 'logo HideOnMobile'>
<!-- <h1 class = 'watermark'>SY</h1>-->
<img class='deskimg' src = 'resources/logo.png' alt = 'logo'></img>
<h2 class ='page'>⊳ art projects</h2>
<h3 class ='buildupdate'>updated ━━</h3>
<h3 class ='build'>Dec 2024</h3>
<h3 class ='buildbottom'>━━━━━━━</h3>
<h2 class ='copyright'>© Shaaf Yousaf</h2>
</div>
<div class = 'sidenavbar HideOnMobile'>
<a class = 'button unselected' href = "index.html">home</a>
<a class = 'button unselected' href = "projects.html">coding projects</a>
<h2 class = 'button selected'>-</h2>
<a class = 'button unselected' href = "roots.html">roots</a>
</div>
<div class = 'flex_containerC'>
<div class = 'empty ShowOnMobile' style="height: 100px;"></div>
<a class = 'flex_c' href="index.html">
<h1 class="Project">ZAINEMATICS</h1>
<h1 class="Projectunder">(graphics) VECTOR GRAPHICS ⇀</h1>
</a>
<div class = 'empty'>
<div class = 'empty2' style="width: 250px"></div>
<div class = 'emptymob'></div>
</div>
<a class = 'flex_c' href="index.html">
<h1 class="Project">INTERNATIONAL SCHOOL LAHORE</h1>
<h1 class="Projectunder">(graphics & 3d animations) VECTOR GRAPHICS ⇀</h1>
</a>
<div class = 'empty ShowOnMobile' style="height: 100vw;"></div>
</div>
</div>
</body>
</html>