-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
55 lines (51 loc) · 2.25 KB
/
services.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
<!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">
<title>Rahul Gandhi - Web Developer, Programmer, ML Enthusiast</title>
<link rel="stylesheet" href="styles sheets/style.css">
<link rel="stylesheet" href="styles sheets/intro.css">
<link rel="stylesheet" href="styles sheets/services.css">
<link rel="stylesheet" href="styles sheets/blog.css">
<link rel="stylesheet" href="styles sheets/contact.css">
</head>
<body>
<div class="container">
<div class="sidebar sidebarGo">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="intro.html">My Intro</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact Me</a></li>
</ul>
</nav>
</div>
<div class="main">
<div class="hamburger">
<img class="ham" src="images/ham.png" alt="This Server is not working" width="23">
<img class="cross" src="images/cross.webp" alt="This Server is not working" width="23">
</div>
<div class="infoContainer">
<div class="Devinfo">
<div class="hello">Hi I am</div>
<div class="name">Rahul Gandhi</div>
<div class="about">Developer, Entrepreneur, Dancer</div>
<div class="moreabout">I am a Developer, and I love to drink coffee. I live in Punjab and I love to
visit New Delhi to buy some coffee.</div>
<div class="buttons">
<a href="resume/cv.txt" target="_blank">
<button class="btn">Download CV</button></a>
<a href="/contact.html"><button class="btn">Contact Me</button></a>
</div>
</div>
<div class="DevPic"><img src="devpic.png" alt="Rahul Gandhi"></div>
</div>
</div>
</div>
<script src="index.js"></script>
</body>
</html>