-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
87 lines (83 loc) · 3.59 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
<!---This is the main file to run for My Portfolio-------->
<!--doctype html-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE-edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
<!--using FontAwesome-->
</head>
<body>
<section>
<!--navigation------------------------->
<nav>
<!--logo-->
<a href="https://github.com/mrsingh47" class="logo">mrsingh47</a>
<!--menu-->
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="https://forms.gle/TDkeMUYydixZWeaq6">Contact us</a></li>
</ul>
<!--bars--------------->
<div class="toggle"></div>
</nav>
<!--text----------------------->
<div class="text-container">
<p>Hello,</p>
<p>I’M BHAVYA</p>
<p>Freelancing with Designer <br>& Developer</p>
<form method="get" action="cv.docx">
<button class="hire-btn">Hire me</button>
<button class="down-cv">Download CV</button>
</form>
</div>
<!--model---------------------->
<img alt="model" class="model" src="model.jpg">
</section>
<div class="about-container" id="about">
<!--img-->
<img src="about-img.jpg"/>
<!--about-me-text-->
<div class="about-text">
<p>About Me</p>
<p>Developer & Designer</p>
<p>Hello,I am Bhavya Pratap Singh. I am a Developer and also a Designer.If you have any Project or if you want to make a software for your business contact me.I will make it as soon as possible.You will really like my work,if you don’t i will change that until you like I will give you satisfactory result.</p>
<p>Inquisitive, energetic computer science specialist skilled in leadership, with a strong foundation in math, logic, and cross-platform coding. I am a Developer and also a Designer.</p>
<form method="get" action="cv.docx">
<button>Hire Me</button>
<button>Download CV</button>
</form>
</div>
</div>
<!--if you have any project in your mind contact me-->
<div class="contact-me">
<p>If You Have Any Project In Your Mind ?</p>
<button onclick="location.href='https://forms.gle/TDkeMUYydixZWeaq6'" type="button">Contact me</button>
</div>
<!--footer--------------->
<footer>
<!--heading-->
<!--paragraph-->
<p><img src="Thanks.jpg" alt="Thank You" height="250" width="350"</p>
<!--social-->
<div class="social-icons">
<a href="https://www.facebook.com/YoMrSingh47/"><img class="logo" src="facebook.png" alt="" hieght="40" width="40"></a>
<a href="https://twitter.com/_mrsingh47"><img class="logo" src="twitter.png" alt="" hieght="40" width="40"></a>
<a href="https://www.instagram.com/mr_singh47"><img class="logo" src="instagram.png" alt="" hieght="40" width="40"></a>
<a href="https://www.youtube.com/channel/UCad6tLrE8JUvGXHWzzj0mFA"><img class="logo" src="youtube.png" alt="" hieght="40" width="40"></a>
</div>
<!--copyright-->
<p class="copyright">Copyright by BHAVYA PRATAP SINGH</p>
</footer>
<!--social-attach-bar-->
<div id="social" class="social">
<a href="https://www.facebook.com/YoMrSingh47"><img class="logo" src="facebook.png" alt="" hieght="20" width="20"></a>
<a href="https://twitter.com/_mrsingh47"><img class="logo" src="twitter.png" alt="" hieght="20" width="20"></a>
<a href="https://www.instagram.com/mr_singh47"><img class="logo" src="instagram.png" alt="" hieght="20" width="20"></a>
<a href="https://www.youtube.com/channel/UCad6tLrE8JUvGXHWzzj0mFA"><img class="logo" src="youtube.png" alt="" hieght="20" width="20"></a>
</div>
</body>
</html>