-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
80 lines (79 loc) · 3.9 KB
/
portfolio.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Puspak Dakkata - Portfolio</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="Style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<nav><div class="nav__content">
<div class="Logo"><a href="#home">Puspak Dakkata</a></div>
<label for="check" class="checkbox"><i class="ri-menu-line"></i></label>
<input type="checkbox" name="check" id="check">
<ul>
<li><a href="#home" class="nav-link">HOME</a></li>
<li><a href="#about" class="nav-link">ABOUT</a></li>
<li><a href="#RESUME" class="nav-link">RESUME</a></li>
<li><a href="#Portfolio" class="nav-link">PORTFOLIO</a></li>
<li><a href="#contact" class="nav-link">CONTACT</a></li>
</ul>
</div>
</nav>
<section class="section">
<div class="section">
<div class="content">
<p class="subtitle">HELLO</p>
<h1 class="title">
I'm <span> Puspak,<br> a </span>Web Developer
</h1>
<p class="description">
Welcome to my Portfolio! I'm Puspak Dakkata, An Amateur web Developer
with passion for creating a responsive and user-friendly websites.
</p>
<div class="action__btns">
<button class="hire_me">HIRE ME</button>
<button class="Portfolio">PORTFOLIO</button>
</div>
</div>
<div class="image">
<img src="[GetPaidStock.com]-61c575004beb4.jpg" alt="Profile-Photo">
</div>
</div>
<section class="about" id="about">
<div class="title">ABOUT</div>
<p>Hello and welcome to my personal portfolio! I am Puspak Dakkata, a passionate and dedicated second-year engineering undergraduate currently pursuing Computer Enngineering at Mumbai University / A.P.Shah Institute Of Technology.
This journey has been an exhilarating exploration of my academic interests, personal growth, and the exciting world of engineering.</p>
<div class="title-1">ACADEMIC JOURNEY</div>
<p>In my academic journey, I have delved into a comprehensive curriculum that encompasses a broad spectrum of engineering disciplines. From foundational courses to specialized subjects, each module has contributed to shaping my analytical thinking, problem-solving skills, and technical knowledge.
I am enthusiastic about applying theoretical concepts to real-world challenges, and my coursework has equipped me with the tools necessary for this endeavor.</p>
<div class="title-2">PASSION FOR COMPUTER ENGINEERING</div>
<p>Fuelled by a deep-seated passion for Computer Engineering, I have actively sought opportunities to expand my understanding beyond the classroom.
Whether it's participating in engineering clubs, attending workshops, or engaging in independent projects, I am committed to staying actively of the latest advancements and innovations within the field.</p>
</section>
<section class="#RESUME" id="RESUME">
<div class="title">
RESUME
</div>
<p>For Resume, Kindly contact.</p>
</section>
<section class="#Portfolio" id="portfolio">
<div class="title">PORTFOLIO</div>
<p>FOR PORTFOLIO, Kindly contact.</p>
</section>
<section class="#contact" id="contact">
<div class="title">
CONTACT
</div>
<div class="sec-padding">
<div class="icon">
<a href="https://github.com/AKing-283"><i class="fa fa-github" style="font-size:36px">GITHUB</i></a>
<i class="fa fa-envelope" style="font-size:36px">EMAIL</i>
</div>
</div>
</section>
</section>
</body>
</html>