-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (56 loc) · 2.36 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="css/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=Gwendolyn:wght@700&display=swap" rel="stylesheet">
</head>
<body>
<h1 class="name"> I am sanket </h1>
<h2 class="sec"> A great program</h2>
<img class="img-sun" src="images\cloud-with-sun.png" alt="">
<img class="img-cloud" src="images\cloud (1).png" alt="">
<img class="img-mou" src="images\mountain.png" alt="">
<br>
<img class="img-self" src="images\IMG_8932.JPG" alt="">
<h1 class="job"> Hello !!! </h1>
<h3 class="about"> I am full stack developer. This is my portfolio, enjoy! </h3>
<br/><br/><br/>
<h1 class="job"> My Skills </h1>
<div class="skill-row">
<img class="img-code left" src="images\download.jpg" alt="">
<h3>Web Devolopment</h3>
<p>
I am doing fullstack web developer.
I had done fronted developer using HTML, CSS andJavascript.
Also, I am learning Backend developer using stack like Nodels and MongoDB datbase.
<p>
I have worked on various projects and uploded them on Github.
</p>
</div>
<div class="skill-row">
<img class="img-code left" src="images/code.png" alt="">
<h3>Competative Programming</h3>
<p>
I am doing Competative programming with C++ language.
I had done course in Data Structure and Algorithms.
i am regularly solving the programming questions on platforms like hackerearth and codechef.
</p>
</div>
<br><br><br>
<h1 class="sec"> Get in touch </h1>
<h3 class="abcd" >
I am always excited to learn new technologies and work on their applications.
If you are looking for a dedicated developer feel free to reach out to me.
</h3>
<button class="button"> Contact Me</button>
<footer>
<div class="links">
<a href="">LinkDin</a>
<a href="">Twitter</a>
<a href="https://www.linkedin.com/in/sandip-kshirsagar-a6b75b215">GitHub</a>
</body>
</html>