-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (83 loc) · 3.7 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
88
89
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width device-width, initial-scale=1">
<title>Sumit Pandey</title>
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" />
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Berkshire Swash|Plaster|Roboto Slab|Rubik Mono One|Bungee Shade|Bungee Shade&effect=3d-float" />
<link rel="stylesheet" href="css/style.css" media="screen" title="no title" charset="utf-8"/>
<link rel="stylesheet" href="css/normalize.css" media="screen" title="no title" charset="utf-8"/>
</head>
<body a link="#424242" vlink="#424242">
<header>
<div class="wrapper">
<h1 class="logo"><strong>Dev-SP</strong></h1>
<nav>
<a class="burger-nav"></a>
<ul>
<li><a data-scroll href="#about">About</a></li>
<li><a data-scroll href="#skills">Skills</a></li>
<li><a data-scroll href="#contacts">Contacts</a></li>
<li><a data-scroll href="#home">Home</a></li>
</ul>
</nav>
</div>
</header>
<div class="main-frame fade-in" id="home">
<div class="section-1"><h2><span style="font-family:Rubik Mono One
" class="font-effect-outline font-effect-3d-float"><Hey, there I am Sumit front-end web developer ⁄></span></h2>
</div>
<div class="section-2 down-chevron">
<a href="#about"><i class="fa fa-chevron-down"></i></a>
</div>
</div>
<div class="main-frame-1" id="about">
<h2 style="font-family:Bungee Shade;"> About </h2>
<div class="intro">
<span style="font-family:Roboto Mono;"><p>I am 20 and I am currently in Bhopal learning to code.I started coding a year ago when I got a glimpse of freecodecamp</span></p>
<p>This is my portfolio page which was my first project and I am ony my way to complete other projects</span>
</div>
</div>
<div class="main-frame-2" id="skills">
<h2 style="font-family: Bungee Shade" > SKILLS </h2>
<div class="mf2-html">
<div class="icon ion-social-html5 html-logo"></div>
<div class="mf2-html-bar">90%</div>
</div>
<div class="mf2-css">
<div class="icon ion-social-css3 css-logo"></div>
<div class="mf2-css-bar">85%</div>
</div>
<div class="mf2-js">
<div class="icon ion-social-javascript js-logo"></div>
<div class="mf2-js-bar">55%</div>
</div>
<div class="mf2-git">
<div class="icon ion-social-octocat git-logo"></div>
<div class="mf2-git-bar">96%</div>
</div>
</div>
<div class="main-frame-3">
<h2 style="font-family: Bungee Shade" id="contacts">CONTACTS</h2>
<div class="mf3-inner">
<a href="https://www.instagram.com/this.is.sumit"/><i class="fa fa-instagram"></i></a>
<a href="https://www.facebook.com/sumit.pandey.14224"/><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/sumitpandey1996" /><i class="fa fa-twitter"></i></a>
<i class="fa fa-whatsapp"></i>
<i class="fa fa-linkedin"></i>
</div>
</div>
<div class="scroll-up">
<a href=""><i class="fa fa-arrow-circle-up"> </i></a>
</div>
<script type="text/javascript" src="js/scrollreveal.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://unpkg.com/scrollreveal/dist/scrollreveal.min.js></script>
<script src="main.js"></script>
<script>
window.sr = ScrollReveal().reveal('#home, #contacts, #skills, #about);
smoothScroll.init();
</body>
</html>