-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (90 loc) · 2.77 KB
/
index.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,
initial-scale=1.0,maximum-scale=1.0 user-scalable=no"" />
<title>Sumit Poudel</title>
<link rel="stylesheet" href="./style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Sacramento&display=swap"
rel="stylesheet"
/>
</head>
<body>
<section class="hero">
<div class="sun">
<img src="./images/sun-and-clouds-7942.svg" alt="sun-and-clouds" />
</div>
<div class="text heading">
<h1>I am Sumit</h1>
<h2>A programmer</h2>
</div>
<div class="badal">
<img src="./images/clouds-weather-svgrepo-com.svg" alt="cloud" />
</div>
<div class="mountain">
<img src="./images/mountain.png" alt="mountain" />
</div>
</section>
<section class="resume">
<div class="container">
<img
src="./images/pp.jpg"
alt="profile"
/>
</div>
<div class="text profile">
<h2 class="point">Hello.</h2>
<br />
<p>
I am a Web Developer. I'm a student at
<span
><a href="https://bimc.tu.edu.np/"
>Birendra Multiple Campus</a
></span
>. I ♥ coffee and coding.
</p>
<hr />
<h2 class="point">My skills</h2>
</div>
</section>
<section class="projects grid-box">
<div class="grid">
<img id="bash" src="./images/bash.svg" alt="bash" />
<img id="c" src="./images/c.svg" alt="c" />
<img id="java" src="./images/java.svg" alt="java" />
<img id="python" src="./images/python.svg" alt="python" />
<img
id="batch"
src="./images/batch-svgrepo-com.svg"
alt="batch-svgrepo-com"
/>
</div>
</section>
<hr />
<section class="intrest"></section>
<div class="sadness">
<h1>Get in touch</h1>
<h2>If you wanna hire me</h2>
<p>I wanna get hired badlyy 😭😭</p>
<button>
<a href="https://www.instagram.com/sum_it.poudel/" target="_blank"
>contact me</a
>
</button>
</div>
<footer>
<div class="links">
<a href="https://www.linkedin.com/in/sumit-poudel-99aa71302/"
>Linked in</a
>
<a href="https://x.com/sumit_poudL">Twitter</a>
<a href="https://www.facebook.com/sumit.poudel.325">facebook</a>
</div>
<p>© Sumit Poudel @ Goku_chan</p>
</footer>
</body>
</html>