forked from Satyamk2003/About-webRepo-hacktoberfest-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.html
124 lines (116 loc) · 5.49 KB
/
info.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!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">
<link rel="stylesheet" href="style.css">
<title>Hacktober</title>
</head>
<body>
<div class="container">
<h1 style="text-align: center;" class="heading">My buddies</h1>
<div class="contacts">
<!-- --------------------------------- -->
<div class="info">
<h1>Meghsham Jade</h1>
<h4>Dedicated and efficient full-Stack Web-developer with intermediate level knowledge of full-stack web-development,OAuth and (mongoDB)database. Iam very eager to learn new things and currently learning ReactJs for further development.</h4>
<p>[email protected]</p>
</div>
<!-- --------------------------------- -->
<!-- --------------------------------- -->
<div class="info">
<h1>prathamesh shinde</h1>
<h4>hey there myself prathamesh and i am an data science student and also completed my machine learning ,also done my backend in django, and also know basic front end. i am currently completing artificial intelligence course and also about to complete my UI/UX.</h4>
<p>[email protected]</p>
</div>
<!-- --------------------------------- -->
<div class="info">
<h1>Gauri Gadge</h1>
<h4>I am Gauri Gadge I am self independent person I am punctual about time and my work.</h4>
<p>[email protected]</p>
</div>
<!-- --------------------------------- -->
<!-- --------------------------------- -->
<div class="info">
<h1>Vyanaktesh Patil</h1>
<h4>I love to work with community to increase my abilities for orgnazational goals as well as my self</h4>
<p>[email protected]</p>
</div>
<!-- --------------------------------- -->
<div class="info">
<h1>Alok Singh</h1> <br><br>
<h4>A front-end web developer and a tech enthusiast</h4>
<p>[email protected]</p>
<!-- --------------------------------- -->
<div class="info">
<h1>pratiksha</h1> <br><br>
<h4>A front-end web developer and a tech enthusiast</h4>
<p>[email protected]</p>
</div>
<!-- --------------------------------- -->
<div class="info">
<h1>Adwaita Bhadre</h1>
<h4>I love to work with enthusiastic people</h4>
<p>[email protected]</p>
</div>
<div class="info">
<h1>Anuja chavan</h1> <br><br>
<h4>i like to learn new programming langaugae</h4>
<p>[email protected]</p>
<!-- --------------------------------- -->
<div class="info">
<h1>Abhiraj rode</h1> <br><br>
<h4>Tech Enthusiast and Researcher</h4>
<p>[email protected]</p>
<!-- --------------------------------- -->
<div class="info">
<h1> SAHIL YADAV </h1> <br><br>
<h4> WEB DEVELOPER </h4>
<p> [email protected]</p>
</div>
<!-- --------------------------------- -->
<div class="info">
<h1> Abhiraj rode </h1> <br><br>
<h4> Tech Enthusiast and researcher </h4>
<p> [email protected]</p>
</div>
<!-- --------------------------------- -->
<div class="right">
<!-- for right button -->
<button class="btn">
Call Us Now
</button>
<button class="btn">
Email Us
</button>
</div>
<div class="down">
Fitness is the condition of being physically fit and healthy and involves attributes that include,
but are not limited to mental acuity, cardiorespiratory endurance, muscular strength,
muscular endurance, body composition, and flexibility.
</div>
<!-- --------------------------------- -->
<div class="info">
<h5> SAHIL YADAV</h5>
<h4> LEARNER </h4>
<p> [email protected]</p>
</div>
<!-- --------------------------------- -->
<div class="info">
<h1>Sanskruti Thorve</h1>
<h4> Eager to learn new things, and I love to work with community, and explore new things about coding.</h4>
<p>[email protected]</p>
</div>
<!-- --------------------------------- -->
<!-- --------------------------------- -->
<div class="info">
<h1>Thombare Anuradha</h1>
<h4>I love to work with community to increase my abilities for orgnazational goals as well as my self.I also love to give the service to the nation</h4>
<p>[email protected]</p>
</div>
<!-- --------------------------------- -->
</div>
</div>
</body>
</html>