-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
219 lines (184 loc) · 9.56 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
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html>
<html lang="en" style="scroll-behavior: smooth;">
<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>Amalghosh V</title>
<link rel="icon" href="https://scontent.fcok15-1.fna.fbcdn.net/v/t1.6435-1/p200x200/53314562_1093705167469125_422121115406565376_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=7206a8&_nc_ohc=LtYYbBaN7UMAX8vwOlI&_nc_ht=scontent.fcok15-1.fna&oh=28a976f8c96e77196f890248194f6504&oe=614F869B" type="image/gif" sizes="15x15">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
</head>
<body>
<header class="bg-info fixed-top" style="width: 100%; " >
<div class="row text-white ">
<div class="col-md-6 col-9 p-3 ps-5 " >
<h2>Amalghosh V</h2>
</div>
<div class="col-md-6 col-3 my-auto">
<nav class="navbar navbar-expand-lg navbar-light ">
<div class="container-fluid">
<button class="navbar-toggler ms-auto" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent ">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link active text-white " aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="#">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="#contact">Contact</a>
</li>
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown ml-auto">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
</header>
<section class=" "id="home" style="padding-top: 5em;">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<img src="https://scontent.fcok15-1.fna.fbcdn.net/v/t1.6435-1/p200x200/53314562_1093705167469125_422121115406565376_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=7206a8&_nc_ohc=LtYYbBaN7UMAX9hs4h-&_nc_ht=scontent.fcok15-1.fna&oh=f02a68a34e7c71288bd1674cffe4f1f1&oe=614F869B" alt="" class="img-fluid rounded-circle">
</div>
<div class="col-md-6">
<h4 class="text-info">Spark AR Develeper</h4>
<p class="text-lg-left"> Freelancer</p>
</div>
</div>
</div>
</section>
<section class="bg-light p-5" id="services">
<div class="container">
<h1 class="text-center">Services</h1>
<div class="row">
<div class="col-md-4">
<div class="card pt-2 " style="height: 12rem;">
<img class="card-img-top " img src="laptop.svg" alt="Bootstrap" width="50" height="50">
<div class="card-body">
<h5 class="card-title">Web Development</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card pt-2 " style="height: 12rem;">
<img class="card-img-top " img src="badge-ar.svg" alt="Bootstrap" width="50" height="50">
<div class="card-body">
<h5 class="card-title">AR Development</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card pt-2 " style="height: 12rem;">
<img class="card-img-top " img src="code-square.svg" alt="Bootstrap" width="45" height="45">
<div class="card-body">
<h5 class="card-title">Android Studio</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
</div>
<div class="row mt-3">
<div class="col-md-4">
<div class="card pt-2 " style="height: 12rem;">
<img class="card-img-top " img src="grid-3x3-gap.svg" alt="Bootstrap" width="50" height="50">
<div class="card-body">
<h5 class="card-title">Flutter</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card pt-2 " style="height: 12rem;">
<img class="card-img-top " img src="braces.svg" alt="Bootstrap" width="50" height="50">
<div class="card-body">
<h5 class="card-title">Java Script</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card pt-2 " style="height: 12rem;">
<img class="card-img-top " img src="bootstrap.svg" alt="Bootstrap" width="50" height="50">
<div class="card-body">
<h5 class="card-title">Bootstrap</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
</div>
</section>
<section class="p-3 bg-gradient-light" id="contact">
<div class="container">
<h2 class="text-center">Contact me</h2>
<div class="row">
<div class="col-md-12">
<form>
<div class="form-row">
<div class="form-group col-md-6">
<label for="inputEmail4">Name</label>
<input type="text" class="form-control" id="inputEmail4" placeholder="Name">
</div>
<div class="form-group col-md-6">
<label for="inputPassword4">Place</label>
<input type="text" class="form-control" id="inputPassword4" placeholder="Place">
</div>
</div>
<div class="form-row">
<div class="form-group col-md-6">
<label for="inputAddress">Email</label>
<input type="email" class="form-control" id="inputAddress" placeholder="Email">
</div>
<div class="form-group col-md-6">
<label for="inputAddress2">Phone</label>
<input type="tel" class="form-control" id="inputAddress2" placeholder="Phone">
</div>
</div>
<div class="form-group ">
<label for="inputPassword4">Message</label>
<textarea class="form-control" cols="10" rows="5" placeholder="Type message here"></textarea>
</div>
<div class="form-group text-center pt-2">
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</form>
</div>
</div>
</div>
</section>
<footer class="bg-info">
<div class="container">
<div class="row">
<div class="col-md-12 text-center text-white">
<a href="https://www.facebook.com/Amalghosh.v/">
<img class="card-img-top " img src="facebook.svg" alt="fb" width="15" height="15">
</a>
<a href="https://l.facebook.com/l.php?u=https%3A%2F%2Fwww.instagram.com%2F_ghosh__%3Ffbclid%3DIwAR22cf_BJmvj3lzNVRSPO_UCuGNPTw9_7rqFsxsOVafyYT3Au0GiCdE0UlM&h=AT22H38vCctgngG0yFdUYSGb24S7Qxoh6PMZVvfDysgIuvNzYTgUpXNoFA8ywHRk9V22o8ud1Ip7RNUXBEsEQAu_i5ke8QSdbvFr41tsFkj_RjtYd0RxIKnGFzVLqhMaGGc_" >
<img class= img src="instagram.svg" alt="insta" width="15" height="15" >
</a>
<img class="card-img-top " img src="github.svg" alt="github" width="15" height="15">
<p>Copyrights 2021</p>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-eMNCOe7tC1doHpGoWe/6oMVemdAVTMs2xqW4mwXrXsW0L84Iytr2wi5v2QjrP/xp" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cn7l7gDp0eyniUwwAZgrzD06kc/tftFf19TOAs2zVinnD/C7E91j9yyk5//jjpt/" crossorigin="anonymous"></script>
</body>
</html>