-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (108 loc) · 4.71 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
<script defer src="portfolio.js"></script>
<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=Glory&family=Italianno&display=swap" rel="stylesheet">
</head>
<body>
<main>
<div class="main-container ">
<div class="section odd nav-bar">
<nav>
<div>
<span>Pratigya</span>
</div>
<div class="nav-bar">
<a href="#">About</a>
<a href="#">Education</a>
<a href="#">Skills</a>
<a href="#">Contact</a>
</div>
</nav>
</div>
<div class="main-front section odd">
<div>
<p class="main-font">
Hi,<br>
Its me Pratigya Dhakal
</p>
<p class="small-font ">I'm a Tech Enthustaic</p>
<button id="btn"><a href="./images/Resume-2.pdf">Download CV</a></button>
</div>
<div>
<!-- <div class="whitee"></div> -->
<div>
<img src="./images/275662270_2744554589186671_5534774981206044903_n.jpg" alt="Cover Pic" >
</div>
</div>
</div>
<div class="about-me even section ">
<div>
<!-- <div class="whitee"></div> -->
<div>
<img src="./images/IMG_20211231_171100.jpg" alt="" >
</div>
</div>
<div>
<span class="section-heading"> <u> About Me</u> </span>
<p class="">
I am undergraduate software engineering student, currently studying at affilated college of Pokhara University(Gandaki College of Engineering and Science).
I love web designing, programming and explore new things .
</p>
</div>
</div>
<div class="education odd section ">
<div>
<span class="section-heading"><u>Education</u> </span>
<ul class="contact-list ">
<li><label for="school-level">School Level:</label> Shree Lilaram Neupane Secondary
School
(2071-2072)</li>
<li><label for="higher-secondary"> Higher Secondary:</label> Sai Global Academy
(2072-2074)</li>
<li><label for="bachelor">Bachelor:</label> Currently at Gandaki College of
Engineering and Science
(2018 Batch)</li>
</ul>
</div>
<div>
<!-- <div class="whitee"></div> -->
<div>
<img src="./images/book-with-green-board-background.jpg" alt="" srcset="">
</div>
</div>
</div>
<div class="skill-contact even section ">
<div>
<span class="section-heading"><u>Skills</u></span>
<ul class="skills-list ">
<li>Web Designing</li>
<li>C programming</li>
<li>UI/UX</li>
<li>Adobe XD</li>
<li>Git/Github</li>
<li>Figma</li>
<li>Canva</li>
</ul>
</div>
<hr class="slass"/>
<div>
<span class="section-heading"><u>Contact Me </u></span>
<ul class="contact-list">
<li><label for="email">Email:</label> pratigyadhakal4444@gmail.com</li>
<li><label for="contact">Phone no:</label> 9824408275</li>
<li><label for="address">Address:</label> Lamachaur-19,Pokhara</li>
</ul>
</div>
</div>
</div>
</main>
</body>
</html>