-
Notifications
You must be signed in to change notification settings - Fork 268
Expand file tree
/
Copy pathindex.html
More file actions
143 lines (140 loc) · 6.04 KB
/
index.html
File metadata and controls
143 lines (140 loc) · 6.04 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html lang="en">
<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">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-214417857-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-214417857-1');
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" media="(min-width:992px)" href="css/desktop.css">
<link rel="stylesheet" media="(max-width:992px)" href="css/style.css">
<title>My Portfolio</title>
</head>
<body>
<header class="main-section">
<section class="toolbar">
<nav class="desktop">
<div class="all-item"><a href="#">NAME</a></div>
<div class="desk-item">
<div><a href="#portfolio">Projects</a></div>
<div><a href="#about">About</a></div>
<div><a href="#contact">Contact</a></div>
</div>
<div class="mobile-item">
<div class="item close"><a href="#" class="closeMenu"><i class="fa fa-times" aria-hidden="true"></i></a></div>
<div class="mobile-nav"><a href="#portfolio" class="closeMenu">Portfolio</a></div>
<div class="mobile-nav"><a href="#about" class="closeMenu">About</a></div>
<div class="mobile-nav"><a href="#contact" class="closeMenu">Contact</a></div>
</div>
<div class="item menu"><a href="#" class="openMenu"><i class="fa fa-bars" aria-hidden="true"></i></a></div>
</nav>
</section>
</header>
<main class="main-parts">
<section class="headline-section">
<h1>I'm /Name goes here/ <br> Glad to see you!</h1>
<p>I’m a software developer! I can help you build a product , feature or website Look through some of my
work and experience! If you like what you see and have a project you need coded, don’t hestiate to
contact me.</p>
<P class="connect">LET'S CONNECT</P>
<ul class="social-icon">
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-github" aria-hidden="true"></i></a></li>
</ul>
</section>
<section class="works" id="portfolio">
</section>
<section class="about-myself" id="about">
<div class="desk-about">
<h1>About <br> Myself</h1>
<p>I’m a software developer! I can help you build a product , feature or website Look through some of my
work and experience! If you like what you see and have a project you need coded, don’t hestiate to
contact me.</p>
<P class="connect">LET'S CONNECT</P>
<ul class="contact-icon">
<li><a href="#"><i class="fa fa-github" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
</ul>
<button class="resume">Get My Resume</button>
</div>
<div class="expertise">
<ul class="language">
<li>
<p>Languages</p>
</li>
<li><i class="fa fa-chevron-down" aria-hidden="true"></i></li>
</ul>
<div class="desk-programming">
<ul class="outer-item">
<li class="programming"><img src="./images/javaScript.png" alt="JavaScript"></li>
<li>
<p>JavaScript</p>
</li>
</ul>
<ul class="outer-item">
<li class="programming"><img src="./images/html.png" alt="HTML"></li>
<li>
<p>HTML</p>
</li>
</ul>
<ul class="outer-item">
<li class="programming"><img src="./images/css.png" alt="CSS"></li>
<li>
<p>CSS</p>
</li>
</ul>
</div>
<!-- <ul class="framework">
<li class="flex-items">
<p>Frameworks</p>
</li>
<li><i class="fa fa-chevron-right" aria-hidden="true"></i></li>
</ul>
<ul class="skills">
<li class="flex-items">
<p>Skills</p>
</li>
<li><i class="fa fa-chevron-right" aria-hidden="true"></i></li>
</ul> -->
</div>
</section>
<section class="contact" id="contact">
<div class="inner-div">
<h2>Contact me</h2>
<p id="inner-div">If you have an application you are interested in developing, a feature that you need
built or a project that needs coding. I’d love to help with it </p>
</div>
<form action="https://formspree.io/f/xbjwrzvy" id="form" class="form" method="post">
<ul class="inner-list">
<li><input type="text" class="form-control" placeholder="Full name" name="name" id="name" size="40" maxlength="30">
</li>
<li> </li>
<li><input type="email" class="form-control" name="email" id="email" placeholder="Email address">
</li>
<li> </li>
<li><textarea name="text" class="form-control" id="text" placeholder="Message"></textarea></li>
<li> </li>
<li class="flex-item6" id="submit-btn"><button type="submit">Get In Touch</button></li>
<li class="shape"><img src="./images/Shape.png" alt="shape"></li>
</ul>
</form>
</section>
</main>
<section class="worksPopup" id="portfolioPopup">
</section>
<script src="js/main.js"></script>
</body>
</html>