-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (51 loc) · 2.31 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Harshal's Website</title>
<link rel="stylesheet" href="CSS/style.css">
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento&display=swap">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="Images\cloud.png" alt="">
<h1>I'm Harshal</h1>
<h2>Web Developer</h2>
<img class="bottom-cloud" src="Images\cloud.png" alt="">
<img src="Images\mountain.png" alt="">
</div>
<div class="middle-container">
<div class="profile">
<img class ="myprof"src="Images\harshal.jpg" alt="harshal profile picture">
<h2>Hello</h2>
<p>I am SAP ABAP and Web Developer.I am founder of Harshal Web. I Love Cricket<span>☺</span></p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="sap" src="Images\sap.png" alt="">
<h3>SAP Technical Consultant</h3>
<p class="sap-skill-desc">I have started learning SAP in my bachelors and have a keen interest in how the business funtion so I started learning technical with functional modules of SAP</p>
</div>
<div class="skill-row">
<img class="webd" src="Images\skills.png" alt="">
<h3>Web design and Development</h3>
<p class="web-skill-desc">I am always fascinated with the designing and how the website functions so I started learning web development from 6 months and I have good knowledge on HTML, CSS and Javascript</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<a href="contact.html" class="button">Contact Me</a>
</div>
<div class="footer">
<a class="btn" href="https://www.linkedin.com/in/harshal-likhar-95569797/" target="_blank">LinkedIn</a>
<a class="btn" href="https://www.xing.com/profile/Harshal_Likhar/" target="_blank">Xing</a>
<a class="btn" href="https://www.facebook.com/harryharshal" target="_blank">Facebook</a>
<p class = "copy">© 2019 Harshal Likhar Web Dev<p>
</div>
</div>
</body>
</html>