-
Notifications
You must be signed in to change notification settings - Fork 0
/
design.html
61 lines (59 loc) · 2.66 KB
/
design.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Namgay Portfolio</title>
<link rel="stylesheet" href="design.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body style="background-color:#6b6b6b ;">
<div class="top-left-buttons">
<a href="design1.html">
<button class="folio">Portfolio</button>
</a>
<a href="design2.html">
<button class="project">Projects</button>
</a>
</div>
<div class="center-container">
<button class="img">
<div class="first">Hello there!</div>
<span class="second">I’m Namgay Wangchuk currently</span>
<span class="third">pursuing bachelors of Engineering in </span>
<span class="fourth">Software Engineering.</span>
<div class="rectangle">
<div class="links">
<a href="https://github.com/Namgay282004" target="_blank">
<i class="fa-brands fa-github" style="color: #080808; font-size: 24px;"></i></a>
<a href="https://instagram.com/namgay_2004?igshid=MzMyNGUyNmU2YQ==" target="_blank">
<img src="instagram.png" alt="Instagram" style="width: 24px; height: 24px;">
<a href="https://wa.link/i2wc24" target="_blank">
<i class="fa-brands fa-whatsapp" style="color: #04bd54; font-size: 24px;"></i></a>
<a href="https://www.facebook.com/profile.php?id=100070766355786&mibextid=ZbWKwL" target="_blank">
<i class="fa-brands fa-facebook" style="color: #1a63e0; font-size: 24px;"></i></a>
</div>
</div>
<img src="profile.png" alt="Profile Picture" class="circle">
<!-- <div class="circle"></div> -->
</button>
</div>
<p>“Design is everywhere. From the dress you’re wearing <br> to the smartphone you’re holding, it’s design.”<br>
<span>— Samadara Ginige, Designer and Developer</span>
</p>
<button class="contact">
<div class="icon-container">
<i class="fa-solid fa-phone fa-beat"></i>
<span>+975 17333748</span>
</div>
<div class="icon-container">
<i class="fa-regular fa-envelope fa-beat-fade"></i>
<span>[email protected]</span>
</div>
<div class="icon-container">
<i class="fa-solid fa-location-dot fa-beat"></i>
<span>Gedu College of Business Studies, Chukha, Bhutan</span>
</div>
</button>
</body>
</html>