-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
58 lines (46 loc) · 2.4 KB
/
services.html
File metadata and controls
58 lines (46 loc) · 2.4 KB
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
<!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 gamdhi-web development,programer,ml enthusiast</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="sidebar sidebarGo">
<nav>
<ul>
<li><a href="/">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="ham.png" alt="" width="23">
<img class="cross"src="cross.png" alt="" width="23">
</div>
<div class="infoContainer">
<div class="devInfo">
<div class="hello">I make websites and photos, and I do it well. </div>
<div class="about"> With a passion for music, the stage and graphic design, I enjoy working with people who value aesthetics, who understand the power of simplicity and who know that a good customer experience is paramount.
By keeping your identity at the heart of my approach, my goal is to find the simplest solution to meet your needs.
My clients call on me for my efficiency, versatility and ease of communication (and also because I make incredible cookies, the secret is to put a lot of semi-salted butter in them).</div>
<div class="aman">3 things to know about me</div>
<div class="yoyo"> 1 - Most of my free time is spent on music (bass, piano) and theatrical improvisation, an exciting activity that allows me to develop my creativity and my oral fluency.
<br>
2 - I consider this scene from The Office to be the funniest video in the world.
<br>
4 - I don't like the number 3.</div>
</div>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>