-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
57 lines (55 loc) · 2.77 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>About Me</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="images/favicon1.png">
<link rel="stylesheet" type="text/css" href="css/main2.css">
<link rel="stylesheet" href="css/ttc.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body, html {
height: 100%;
}
.parallax {
background-image: url("images/me2.jpg");
height: 100%;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
</style>
</head>
<body>
<div class="i-top">
<div class="i-bar i-white i-wide i-padding i-card-2">
<a href="index.html" class="i-bar-item i-button">Home</a>
<div class="i-right i-hide-small">
<a href="about.html" class="i-bar-item i-button">About Me</a>
<a href="#cont" class="i-bar-item i-button">Contact</a>
</div>
</div>
</div>
<div class="parallax"></div>
<div style="position:relative;">
<div class=" i-white " style="color:grey;text-align:center;padding:50px 50px;text-align: center ">
<p style="font-size: 20px;"><strong>Hello everyone!!<br> </strong></p>
<p1>I am Noel and I'm a computer science undergrad at SV National Institute of Technology, Surat.My hobbies are travelling, reading and playing tennis.I love pizza and coding ;)<br>Thanks for going through my album or if you haven't seen yet go to the home page and click on view my album.<br>This project was built as a part of Google mentorship program but I intend to develop it further, any suggestions or feedbacks are heartily welcomed.<br>My <b>email id :</b> noelabydas@gmail.com and <b>mob. no.:</b> 91-9537918118,<br> or you can <b>contact</b> me through the medium below...cheers!! </p1>
</div>
</div>
<!-- Footer -->
<div id="cont" class="contact">
<footer class="i-container i-padding-64 i-center i-opacity i-light-grey i-xlarge">
<a href="https://www.facebook.com/noel.das.507" target="_blank"><i class="fa fa-facebook-official i-hover-opacity"></i></a>
<a href="https://www.instagram.com/noelabydas/" target="_blank"><i class="fa fa-instagram i-hover-opacity"></i></a>
<a href="https://www.slack.com/" target="_blank"><i class="fa fa-slack i-hover-opacity"></i></a>
<a href="mailto:noelabydas@gmail.com" target="_blank"><i class="fa fa-google i-hover-opacity"></i></a>
<a href="https://www.twitter.com/SportyNoel" target="_blank"><i class="fa fa-twitter i-hover-opacity"></i></a>
<a href="https://www.github.com/leonatwork" target="_blank"><i class="fa fa-github i-hover-opacity"></i></a>
<p class="i-medium">Made by leonatwork</p>
</footer>
</div>
</body>
</html>