-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharch.html
58 lines (47 loc) · 2.49 KB
/
arch.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>
Kaneraa | Shruti Yadav
</title>
<link rel="shortcut icon" href="2-fivicon.png">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<!--<a href="index.html" style="width: 20%; margin-right: 5px;"><img src="logo.jpg" width="25%"></a>-->
<div id="navbar" class="sticky">
<a href="index.html" style="background-color: #fff;"><img src="logo.jpg" width=150%"
style="margin-top: -13px;"></a>
<a href="contact.html" style="text-align: center; float: right; margin-right: 5px; width: 8%;">GET IN TOUCH</a>
<a href="muse.html" style="float: right; width: 6%;">MUSE</a>
<a href="interaction.html" style="float: right;">INTERACTION DESIGN</a>
<a href="communication.html" style="float: right; width: 12%;">COMMUNICATION DESIGN</a>
<a href="resume.html" style="float: right; width: 7%;">RÉSUMÉ</a>
<a href="index.html" style="margin-left: 0px; float: right; width: 6%;">HOME</a>
</div>
<a href="thesis.html">
<img src="thesis_cover.jpg" class="image" style="margin-top: 20px;">
</a>
<a href="lbc.html">
<img src="lbc_cover.jpg" class="image" style="margin-top: 20px;">
</a>
<hr class="abovefooter">
<footer>
<img class="footera" src="logo.jpg">
<a href="contact.html" class="totop"><button class="contact">GET IN TOUCH</button></a>
<table align="center" style="margin-top: 10px;" cellspacing="10px">
<tr>
<td style="height: 20px; width: 20px;"><a href="https://www.instagram.com/kaneraaaa/"><img src="ig.png" style="width: 30px; height: 30px; opacity: 0.7;"></a></td>
<td style="height: 20px; width: 20px;"><a href="mailto:[email protected]"><img src="em.png" style="width: 30px; height: 30px; opacity: 0.7;"></a></td>
<td style="height: 20px; width: 20px;"><a href="https://www.behance.net/shrutiyadav2"><img src="be.png" style="width: 30px; height: 30px; opacity: 0.7;"></a></td>
</tr>
</table>
<p class="textcenter" style="font-size: 10px;">Designed by Shruti Yadav in 2022</p>
</footer>
<button id="myBtn"><a href="#top" class="totop">Top</a></button>
</body>
</html>