-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
158 lines (154 loc) · 8.53 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
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!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" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="./style.css" />
<link rel="stylesheet" href="./app.css">
<title>Emmanuel's Portfolio</title>
</head>
<body>
<main id="root">
<header class="navbar">
<div id="logo">
<a href="#index"><img src="./images/Logo.jpg" alt="logo" /></a>
</div>
<nav>
<div class="openMenu"><i class="fa fa-bars"></i></div>
<ul class="nav-items">
<li class="portfolio item"><a href="#workscontainer" class="link">Portfolio</a></li>
<li class="about item"><a href="#about-container" class="link">About</a></li>
<li class="contact item"><a href="#contactcontainer" class="link">Contact</a></li>
<li class="closeMenu"><i class="fa fa-times"></i></li>
</ul>
</nav>
</header>
<section id="index">
<div id="container-def">
<h1>
I'm Emmanuel <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 hesitate to contact me.
</p>
<br />
<h2>LET'S CONNECT</h2>
<div id="icon-section">
<ul>
<li>
<a href="https://twitter.com/@emmapaul247" target="_blank" rel="noopener noreferrer"><img src="./images/twitter.svg" alt="twitter icon" /></a>
</li>
<li>
<a href="https://www.linkedin.com/in/emmanuel-s-paul/" target="_blank" rel="noopener noreferrer"><img src="./images/Linkedin.svg" alt="Linkedin icon" /></a>
</li>
<li>
<a href="https://epal-portfolio.netlify.app/" target="_blank" rel="noopener noreferrer"><img src="./images/medium.svg" alt="Medium icon" /></a>
</li>
<li>
<a href="https://github.com/Epaltechs" target="_blank" rel="noopener noreferrer"><img src="./images/github.svg" alt="Github icon" /></a>
</li>
<li>
<a href="https://angel.co/u/emmanuel-s-paul/" target="_blank" rel="noopener noreferrer"><img src="./images/angellist.svg" alt="Angellist icon" /></a>
</li>
</ul>
</div>
</div>
</section>
<div class="winUp hidden" id="popup"></div>
<div id="workscontainer">
</div>
<section id="about-container">
<div class="about-content-box">
<div id="about-inside-left-box">
<h3 class="about-title">
About <br /> Myself
</h3>
<p class="about-description">
Hello, 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>
<h2 class="refer-link">LET'S CONNECT</h2>
<ul class="icon-content-element">
<li>
<a href="https://github.com/Epaltechs" target="_blank" rel="noopener noreferrer"><img src="./images/github.svg" alt="github icon" /></a>
</li>
<li>
<a href="https://www.linkedin.com/in/emmanuel-s-paul/" target="_blank" rel="noopener noreferrer"><img src="./images/Linkedin.svg" alt="LinkdIn icon" /></a>
</li>
<li>
<a href="https://angel.co/u/emmanuel-s-paul/" target="_blank" rel="noopener noreferrer"><img src="./images/angellist.svg" alt="Angellist icon" /></a>
</li>
<li>
<a href="https://twitter.com/emmapaul247" target="_blank" rel="noopener noreferrer"><img src="./images/twitter.svg" alt="twitter icon" /></a>
</li>
<li>
<a href="https://epal-portfolio.netlify.app/" target="_blank" rel="noopener noreferrer"><img src="./images/medium.svg" alt="Medium icon" /></a>
</li>
</ul>
<button class="get-it-btn" type="submit">Get my resume<a href="https://drive.google.com/file/d/1qPrliW3Ktutf9P6sWE4SxPoG99DuETIC/view?usp=share_link" target="_blank" rel="noopener noreferrer"><img src="./images/resume.png" alt="Resume icon" /></a></button>
</div>
<div id="languages-slider">
<ul>
<li id="languages-slider-1">
Languages
<img src="./images/Icons/arowB.png" alt="arrow bottom icon" />
</li>
</ul>
<ul id="box-languages-items">
<li class="box-languages">
<img class="icon-1" src="./images/javaScript.png" alt="JavaScript icon" />
<p class="lg-1">JavaScript</p>
</li>
<li class="box-languages">
<img class="icon-1" src="./images/html5.png" alt="HTML5 icon" />
<p class="lg-1">HTML</p>
</li>
<li class="box-languages">
<img class="icon-1" src="./images/css3.png" alt="CSS3 icon" />
<p class="lg-1">CSS</p>
</li>
<li class="box-languages">
<img class="icon-1" src="./images/Ruby.png" alt="Ruby icon" />
<p class="lg-1">Ruby</p>
</li>
</ul>
<ul>
<li id="languages-slider-2">
Frameworks
<img src="./images/Icons/arowR.png" alt="arrow bottom icon" />
</li>
<li id="languages-slider-3">
Skills
<img src="./images/Icons/arowR.png" alt="arrow bottom icon" />
</li>
</ul>
</div>
</div>
</section>
<section id="contactcontainer">
<div id="contactitems">
<div id="description-contact-box">
<h5 class="contact-title-1">Contact me</h5>
<p class="contact-description-1">
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 id="inputcontactbox" action="https://formspree.io/f/xzboanag" method="post">
<label class="label" for="username"></label>
<input id="username" class="inputi" name="username" type="text" maxlength="30" placeholder="Full Name" required="required" />
<label class="label" for="email"></label>
<input id="email" class="inputi" name="email" type="email" placeholder="email address" required="required" />
<textarea class="inputm" name="msg" id="msg" maxlength="500" cols="20" rows="10" placeholder="Write your message here" required="required"></textarea>
<button class=" get-touch-btn" type="submit">Get In Touch</button>
<label class="label" id="inputmessage" for="msg"></label>
</form>
</div>
</section>
</main>
</body>
<script defer src="./script.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-90K7L4LZ2P"></script>
</html>