-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
55 lines (54 loc) · 2.41 KB
/
main.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Home | Vignesh Justin</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/animate.min.css">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="favicon_home.png"/>
<style media="screen">
body {
/*background: linear-gradient(to right, #bbeff7,#ffffff,#bbeff7);*/
}
h1 {
color: #18a9bf;
text-align: center;
text-decoration: underline;
padding: 15px;
}
h3 {
text-align: center;
text-transform: capitalize;
padding: 0;
}
ul li {
text-transform: capitalize;
}
</style>
</head>
<body>
<h1>About Me</h1>
<h3>Hello, i'm vignesh</h3>
<h3>electronics and communication engineering student</h3>
<h3>currently focused on front-end development and planning back-end too</h3>
<h3>the person who named best full-stack developer by people in future!</h3>
<h3>thanks for being here.</h3>
<h1>About Website</h1>
<ul class="text-center" style="list-style-type:none;font-size:24px;">
<li>my website is fully responsive(mobile,tablet,desktop)</li>
<li>my biggest motivation is that i want to make my own website without navbar</li><!-- BUG: use other stuffs instead of using usual navba -->
<li>and that is the result what you have see in the very right bottom corner</li>
<li>finally my website is surrounded by HTML,CSS and javaScript.</li>
</ul>
<br>
</body>
</html>