-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
270 lines (223 loc) · 11.4 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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Amal Ravindran</title>
<link rel="stylesheet" href="style1.css" type="text/css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
</head>
<body>
<header class="amal-head p-3" style="z-index:1">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 col-9">
<h1 class="name-1 text-light pl-5 pt-3 p-3 " style="float: left;">Amal Ravindran </h1>
</div>
<div class="col-md-6 col-3 my-auto ml-auto">
<nav class="navbar navbar-expand-lg navbar-light"style="float: right">
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-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 ml-auto">
<li class="nav-item active">
<a class="nav-link text-white" href="#Home-section">Home <span class="sr-only"></span></a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="#About-section">About</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="#Skill-section">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="#Services-section">Services</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="#Contact-section">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</header>
<section id="Home-section">
<div class="container">
<div class="row">
<div class=" col-md-6 pt-5">
<img src="images/amalphoto.jpeg" alt="" class=" photo img-fluid rounded-circle">
</div>
<div class="about col-md-6">
<h1>Hello,I'm Amal</h1>
<h4>Web Developer and Graphic Designer</h4>
<p class=" div-qout float-left ">"THIS WORLD IS BUT A CANVAS TO OUR IMAGINATION."</p>
<p> Amal</p>
</blockquote>
</div>
</div>
</div>
</section>
<section class="outer p-3 "id="About-section">
<div class="container">
<div class="row">
<div class=" col-md-6 pt-5">
<img src="images/phtos1.jpeg" alt="" class=" img-fluid ">
</div>
<div class="about col-md-6 pl-5">
<span class="subheading ml-auto">My Intro</span>
<h2 class="mb-4" style="font-size: 2em; text-transform: capitalize;">About Me</h2>
<p style="font-size: 1.2em;">I am a BTech Graduate from LBS Engineering College Kasaragod.Even though I studied Electronics for 4 year,my passion for coding made me to get in to the field of web designing.I choose MERN Stack as it appears to be a more interesting and challenging career option for me.</p>
<ul class="about-info pl-2" style="font-size: 1.2em;">
<li class="d-flex "><span>Name:</span> <span>Amal Ravindran</span></li>
<li class="d-flex "><span>Date of birth:</span> <span>October, 29, 1997</span></li>
<li class="d-flex "><span>Address:</span> <span>Chelankara House,<br>Peruvalathu Paramba<br>irikkur,kannur ,kerala</span></li>
<li class="d-flex "><span>Email:</span> <span>[email protected]</span></li>
<li class="d-flex "><span>Phone: </span> <span>9497027550</span></li>
</ul>
</div>
</div>
</div>
</section>
<section id="Skill-section">
<div class="container">
<div class="row">
<div class="col-md-12 pl-5">
<h2 class="text-center">Skills</h2>
<h2 class="subheading mb-4 ">My Skills</h2>
</div >
<div class="single_progress " style="width: 100%;">
<div class="label d-flex justify-content-between">
<span>html</span>
<span>90%</span>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 90%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="single_progress" style="width: 100%;">
<div class="label d-flex justify-content-between">
<span>css</span>
<span>80%</span>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 80%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="single_progress" style="width: 100%;">
<div class="label d-flex justify-content-between">
<span>java script</span>
<span>70%</span>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 70%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="single_progress" style="width: 100%;">
<div class="label d-flex justify-content-between">
<span>bootstrap</span>
<span>90%</span>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width:90%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</section>
<section class=" outer p-4" id="Services-section">
<div class="container">
<h1 class="text-center ">Services</h1>
<div class="row">
<div class="col-md-4 p-2">
<div class="card1">
<img src=" https://images.pexels.com/photos/6444/pencil-typography-black-design.jpg?auto=compress&cs=tinysrgb&dpr=1&w=500" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title text-white">Web Designer</h5>
<p class="card-text ">Get a beautiful website designed for your business,develop website for startups a name a few.</p>
<span class="icon">
<i class="flaticon-innovation">
</i>
</span>
</div>
</div>
</div>
<div class="col-md-4 p-3">
<div class="card2">
<img src=" https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQJpQwlPd6G1Fapy9h9tZ-Ym8QjDUnxNTRWvA&usqp=CAU" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title text-white">Photography</h5>
<p class="card-text">photographs are open doors into the past,but they also allow a look into the future.</p>
</div>
</div>
</div>
<div class="col-md-4 p-3">
<div class="card2">
<img src=" https://media.istockphoto.com/photos/graphic-designer-drawing-on-graphics-tablet-at-workplace-picture-id865230556?k=6&m=865230556&s=612x612&w=0&h=q-dnWmgBWPMCVZDZwOKY7l6oLIIf4WAXZ0dpuZu3sAY=" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title text-white">Graphics Designer</h5>
<p class="card-text">Use Canva’s drag-and-drop feature and professional layouts to design consistently stunning graphics</p>
</div>
</div>
</div>
</div>
</section>
<section id="Contact-section">
<div class="container ">
<h1 class=" text-center">Contact</h1>
<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="inputEmail4">Email</label>
<input type="email" class="form-control" id="inputEmail4" placeholder="Email">
</div>
<div class="form-group col-md-6">
<label for="inputPassword4">Mobile</label>
<input type="t" class="form-control" id="inputPassword4" placeholder="mobile">
</div>
</div>
</div>
<div class="form-group p-3 ">
<label for="inputAddress">Message</label>
<textarea class="form-control" cols="50%" rows="10%" placeholder="Message here.."></textarea></textarea>
<div class=" form-group">
<button type="submit" class="btn btn-primary">submit</button>
</div>
</form>
</div>
</div>
</div>
</section>
<footer class="footers ">
<div class="container">
<div class="row">
<div class="col-md-12 text-center text-white ">
<a class="text-white " href="https://www.facebook.com/ "><i class="fab fa-facebook"></i></a>
<a class="text-white" href="https://www.instagram.com/"> <i class="fab fa-instagram"></i></a>
<a class="text-white" href="https://www.linkedin.com/"> <i class="fab fa-linkedin"></i></a>
<a class="text-white" href="https://web.whatsapp.com/"><i class="fab fa-whatsapp"></i></a>
<a class="text-white" href="https://twitter.com/"> <i class="fab fa-twitter"></i></a>
<p class="text-center" style="width: auto;">© Copyright Amal Ravindran</p>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"></script>
</body>
</html>