-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (81 loc) · 3.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vedant Salunke</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="main">
<section id="page_1_top">
<div class="navbar_top">
<a href="">LOGO</a>
<ul class=".mid_info">
<li><a href="" >ABOUT</a></li>
<li><a href="" >PROJECTS</a></li>
<li><a href="" >SERVICES</a></li>
</ul>
<a><button><strong>Let's Talk.</strong></button></a>
</div>
<div class="hero_img"></div>
<div class="" id="hero">
<div class="grid_hero">
<div class="content black" ><strong>HEY,I'M VEDANT</strong></div>
<div class="content white"><strong>HEY,I'M VEDANT</strong></div>
<div class="content black"><strong>HEY,I'M VEDANT</strong></div>
</div>
</div>
</section>
</div>
<section class="one_word_intro">
<h2 class="intro">Rising senior at University of Pune, studying major in Artificial Intelligence & Data Science with career interests in cybersecurity and blockhain.</h2>
</section>
<section class="about_me">
<div class="about_me_h1"><div class="h1_info page_heading vertical-center">ABOUT ME</div></div>
<div class="about_me_page">
<div class="about_me_coloumn a_img"><img src="images/4f45ba21-15d5-4233-b779-8ee5dd419211.jpg" alt="" class="centered"></div>
<div class="about_me_coloumn about_me_info">
<div class="about_me_heading"><strong>A brief intro, who am I?</strong></div>
<div class="about_me_p">
I was born in western maharashtra and grew up in Pune. Since my highschool days i have loved playing Football and Handball. I play football in my freetime as it helps me unwind and relax my mind.
<br>
I am entering my Third year at University of Pune where i am studying Bachelore of Engineering in Artifical Intelligence and Data Science at the Dr. DY Patil Institute of Engineering Management & Research.
</div>
</div>
</div>
</section>
<section class="services_page">
<div class="sevices_heading page_heading">
SERVICES
</div>
<div class="expertises">
<div class="expertises_heading">
<div class="expertises_heading_title service_grid">my expertises.</div>
<div>
I focus on all things design and web related. With each of my services, my goal is to deliver an impactful and elevating digital experience for everyone.
</div>
</div>
<div class="expertises_column service_grid">
<ul>
<li>Front-end Developement</li>
<li>Back-end Developement</li>
<li>Web Design</li>
<li>Python Scripting</li>
</ul>
</div>
</div>
<div class="tool_box">
<div class="tool_box_heading">
<div class="tool_box_title">
</div>
<div>
</div>
</div>
<div class="tool_box_column">
<ul></ul>
</div>
</div>
</section>
</body>
</html>