-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (71 loc) · 2.93 KB
/
index.html
File metadata and controls
78 lines (71 loc) · 2.93 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" href="images/icon.ico" />
<link rel="stylesheet" type="text/css" href="indexStyle.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Bhuvnesh Kumar's Portfolio</title>
</head>
<body>
<!-- Header -->
<header class="header">
<img src="images/logo.png" />
<ul class="list">
<li class="Contact"><a href="#contact">Contact</a></li>
<li class="About"><a href="#about">About</a></li>
<li class="Home"><a name="header" href="#header">Home</a></li>
</ul>
</header>
<div class="clr"></div>
<!-- MAIN -->
<section class="main">
<div class="main-txt">
<h1>Hi!</h1>
<p>I am Bhuvnesh Kumar,<br />
an aspiring Front-end Developer.
</p>
</div>
<div class="sidebox">
<img src="images/bhuv.jfif" />
</div>
</section>
<div class="clr"></div>
<!-- About -->
<section class="about">
<h1><a name="about">About</a>
</h1>
<p class="para">Currently pursuing MCA prefinal year at ACET, Aligarh. My goal is to be proud of every project that
I put my heart in and become better at
what I do. My skills include <u>HTML5, CSS, JavaScript.</u></p>
<p class="para">I am passionate about web development because it's what motivates me, what I love to do and what I
would want to do in the future. I always try to be different, and not do things like everybody else.
</p>
<p class="para">
This portfolio was a real challenge for me. I can’t remember how many times I’ve decided to redo it. I am glad
that I have succeeded to finish it. It also was a way to learn CSS and cool transitions and effects. I am seeking
to improve my skills and surround myself with genuine people.
</p>
</section>
<!-- Footer -->
<footer class="footer">
<hr />
<div class="contact">
<h1><a name="contact">Contact Me -</a></h1>
</div>
<div class="contact-icons">
<a class="fa fa-envelope" style='padding-right:0;'></a><a href="mailto:bhuvnesh5dev@gmail.com">bhuvnesh5dev@gmail.com</a> <span id="divider">| </span>
<a href="https://github.com/bhuvnesh" target="_blank" class="fa fa-github"></a>
<a href="https://www.linkedin.com/in/bhuvnesh-dev/" target="_blank" class="fa fa-linkedin"></a>
<a href="https://twitter.com/sapiobhuvi" target="_blank" class="fa fa-twitter"></a>
<div class="clr"></div>
</div>
<p class="foot-text">
Made with <i class="fa fa-heart"></i> by Bhuvnesh.
</p>
</footer>
</body>
</html>