-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
75 lines (74 loc) · 3.89 KB
/
home.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Home | My Web</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">
<style media="screen">
body {
/*background: linear-gradient(to right, #bbeff7,#ffffff,#bbeff7);*/
}
h1 {
color: #2952a3;
text-align: center;
text-decoration: underline;
padding: 15px;
}
p {
text-align: center;
text-transform: capitalize;
font-size: 24px;
line-height: 40px;
}
ul li {
text-transform: capitalize;
}
/* BUG: color: #6f92dc; */
</style>
</head>
<body>
<h1 style="color: #6f92dc;">About Me</h1>
<p>Greetings, i'm vignesh <br>electronics and communication engineering student<br> currently focused on front-end development and planning back-end too<br>the man who named by world in future as best full-stack developer!<br>thanks for being here.</p>
<h1 style="color: #6f92dc;">About Website</h1>
<p>my website is fully responsive(mobile,tablet,desktop) <br> my biggest motivation is that i want to make my own website without navbar<br>and that is the output what you have see in the very right bottom corner<br> finally, my website is surrounded by HTML,CSS and javaScript.</p>
<!-- BUG: menu cards -->
<h1 style="color: #6f92dc;">See More</h1>
<div class="seemore">
<div class="homecard">
<p style="font-size:28px;">Home</p>
<p style="padding:none;line-height:22px;font-size:18px;text-transform:none">Home page is holding information about me & my website and this is home page.<br><br>
<a href="home.html" target="_blank">Switch to Home</a></p>
</div>
<div class="portfoliocard">
<p style="font-size:28px;">Portfolio</p>
<p style="padding:none;line-height:22px;font-size:18px;text-transform:none">Portfolio page is let it know you people about my projects & what're the projects i have done.<br><br>
<a href="portfolio.html" target="_blank">Switch to Portfolio</a></p>
</div>
<div class="resumecard">
<p style="font-size:28px;">Resume</p>
<p style="padding:none;line-height:22px;font-size:18px;text-transform:none">Resume page is holding my educational qualifications & skills.This is for someone who willing to hire me.<br>
<a href="resume.html" target="_blank">Switch to Resume</a></p>
</div>
<div class="hiremecard">
<p style="font-size:28px;">Hire Me</p>
<p style="padding:none;line-height:22px;font-size:18px;text-transform:none">Hire me page is for business purposes so if you want to create any websites with low cost then contact me.<br>
<a href="hire.html" target="_blank">Switch to Hire me</a></p>
</div>
</div>
<!-- BUG: javascript -->
<script type="text/javascript" src="My Web.js">
//source file name: My Web.js
//file located on same directory
</script>
</body>
</html>