-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (69 loc) · 2.68 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css">
</head>
<body>
<section id="home">
<div class="ttsstt" id="mypg">
<div id="sm">
<div class="smtext">
<h1>follow me</h1>
</div>
<div class="smicon">
<a href="https://api.whatsapp.com/send?phone=916005665813"><i class="fab fa-whatsapp"></i></a><br>
<a href="https://twitter.com/daljeetbaboria"><i class="fab fa-twitter"></i></a><br>
<a href="https://www.linkedin.com/in/daljeet-kumar-a66277188/"><i class="fab fa-linkedin-in"></i></a><br>
<a href="https://www.instagram.com/daljeet.official/"><i class="fab fa-instagram"></i></a><br>
</div>
</div>
<div class="homesec">
<div class="logodiv">
<img id="ist" src="logo1.png" alt="">
<img src="logo1.png" alt="">
</div>
<div class="myinfo">
<img class="dp" src="dp.png" alt="">
<h1 class="hello">I'm</h1>
<h1 class="daljeet">Daljeet</h1>
<p>With Made by Mans, I help ambitious founders and teams with creating brand and product experiences that stand out.</p>
<button id="wrkwthme">Let's work together</button>
</div>
</div>
</div>
<div class="contactfix" id="con">
<div class="contact">
<div class="backhead">
<button id="backbtn">-<u>Back</u>-</button>
<h1 class="msghead">-Contact-</h1>
</div>
<div class="formdiv">
<form action="">
<div class="nameandmail">
<div class="name">
<label for="">Name</label>
<input type="text">
</div>
<div class="email">
<label for="">E-mail</label>
<input type="email">
</div>
</div>
<div class="msg">
<label for="">Message</label>
<textarea name="" id="" cols="30" rows="10"></textarea>
</div>
<input type="submit" id="send">
</form>
</div>
</div>
</div>
<div class="about">
<div class="aboutfix">
</div>
</div>
</section>
<script src="main.js"></script>
</body>
</html>