forked from Raeskaa/Portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (90 loc) · 3.06 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
<!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" />
<link rel="stylesheet" href="index.css" />
<title>Daksh Sharma|Portfolio</title>
</head>
<body>
<header>
<a href="#" class="logo">Portfolio</a>
<div class="Address">
<h2> Ghazibad </h2>
<div>
<div class="toggle">
</div>
<ul >
<li ><a class="hover-underline-animation" href="#">Home</a></li>
<li><a class="hover-underline-animation" href="#bisi">Education</a></li>
<li><a class="hover-underline-animation" href="#bisi">Skills</a></li>
</ul>
</header>
<section class="start">
<div class="start_div im1">
<h2>Hello, I'm <br /> Daksh Sharma.</h2>
<h3>I'm a Student at ABES Engineering College.</h3>
<a href="#about" class="btn">About Me</a>
</div>
<div class="im1">
<img src="./invoice_maker_4x-removebg-preview.png" alt="">
</div>
</section>
<section class="about" >
<div class="heading">
<h2 id="about">About Me</h2>
</div>
<div class="content">
<div class="contentbox im2">
<h3>I'm a learning developer</h3>
<p>
I am passionate about my work because I love what I do. I have a steady source of motivation that drives me to do my best.This passion challenges me to work daily and learn new skills which would help me to do better work. For example, I taught myself how to use Photoshop to improve the quality of my photos and graphics.<br /><br />
I am ambitious-driven. I constantly set goals and thrive hard to achieve them. I’m do not wish to settle for anything less, and I’m always looking for an opportunity to do better and achieve greatness.
</p>
</div>
<div class="personal Info.">
<h2> Father Name:_______</h2>
</div>
<div class="im2">
<img src="./inst2.JPG" alt="Myimage">
</div>
</div>
</section>
<section class="Edu heading" id="bisi">
<section class="one"> <div class="heading" id="left">
<h2>Education</h2>
<div class="ski">
<h3>CBSE Board<br>
10-91.3%<br>
12-94.8%<br>
AKTU<br>
Btech CSE <br> (2020-24) <br> 8.5 SGPA</h3>
</div>
</section>
</div>
<section class="two">
<div class="heading" id="right">
<h2>Skills</h2>
<div class="ski">
<h3>C/C++ <br>
HTML <br>
CSS <br>
Git/Github<br>
Designing <br>
Video Editing</h3>
</div>
</div>
>
</section>
</section>
<footer>
<div class="copyright">
<p>© 2021 - Daksh Sharma</p>
</div>
<div class="contact_info">
<p> [email protected]</p>
</div>
</footer>
</body>
</html>