-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
231 lines (218 loc) · 8.39 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!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="preconnect" href="https://fonts.googleapis.com" />
<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=Roboto:ital,wght@0,400;0,500;0,700;1,100&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="popup.css" />
<link rel="stylesheet" href="style.css" />
<title>John Mutisya's Portfolio</title>
</head>
<body>
<section id="detail1">
<button type="button" id="modal-close">X</button>
<div id="detail">
<button id="btn"></button>
</div>
</section>
<div class="blurBg">
<section class="main-wrapper">
<header>
<nav id="navbar" class="navbar">
<a href="#" class="nav-left">John Mutisya</a>
<ul class="menu-list">
<li class="menu-list-items">
<a class="menu-list-link" href="#project-s">Projects</a
><span class="mobile-span"> > </span>
</li>
<li class="menu-list-items">
<a class="menu-list-link" href="#contact-me">Contact</a
><span class="mobile-span"> > </span>
</li>
</ul>
<div class="hamberg">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
</header>
<section class="header-section-wrapper">
<img
class="eclipse-1"
src="./images/Ellipse_18.png"
alt="background image 1"
/>
<!-- <img
class="circle-1"
src="./images/circle-1.svg"
alt="background image 1 desktop"/> -->
<div class="heading-section-header">
<h1 class="header-section-heading" id="About">John Mutisya</h1>
<h2 class="header-section-heading-2">Software Developer</h2>
</div>
<p class="header-section-paragraph">
I can help you build a product, <br />
feature or website. Look through<br />
some of my work and experience! If<br />
you like what you see and have a <br />
project you need coded, don't<br />
hesitate to contact me.
</p>
<p class="header-section-desktop-paragraph">
I can help you build a product, feature or website.<br />
Look through some of my work and experience! If<br />
you like what you see and have a project you need <br />
coded, don't hesitate to contact me.
</p>
<div class="devider"></div>
<div class="circle-2">
</div>
</section>
<section id="frame_container">
<article class="frame">
<section class="languages">
<h3>Languages</h3>
<ul>
<li>Javascript</li>
<li>Ruby</li>
<li>HTML</li>
<li>CSS</li>
</ul>
</section>
<div class="back"></div>
<section class="frameworks">
<h3>Frameworks</h3>
<ul>
<li>Bootstrap</li>
<li>Ruby on Rails</li>
<li>RSPec</li>
<li>React</li>
</ul>
</section>
</article>
<article class="skills">
<h3>Skills</h3>
<ul>
<li>Github</li>
<li>Git</li>
<li>GitLab</li>
<li>Terminal</li>
</ul>
</article>
</section>
<div class="devider-2"></div>
<section class="icons-section-div">
<div class="arrow-left">
<img class="arrow-left" src="images/elementright.svg" alt="" />
</div>
<ul class="icons-section icons-section-mid">
<li>
<a href="https://github.com/johnkioko" Target="_blank"><img src="images/git.svg" alt="GitHub Logo" /> </a>
</li>
<li>
<a href="https://www.linkedin.com/in/johnmutisya/" Target="_blank"
><img src="images/linkedin.svg" alt="LinkedIn Logo"
/></a>
</li>
<!-- <li>
<a href=""
><img src="images/othericon.svg" alt="Social media icon" />
</a>
</li> -->
<li>
<a href="https://twitter.com/John_Web_Dev" Target="_blank"
><img src="images/twitter.svg" alt="Twitter logo" />
</a>
</li>
<li>
<a href="https://medium.com/@kiokoj81" Target="_blank"><img src="images/micon.svg" alt="Medium logo" /> </a>
</li>
</ul>
<div class="arrow-bottom">
<img src="images/elementright.svg" alt="work icon" />
</div>
<div class="arrow-right">
<img
class="arrow-right"
src="images/elementright.svg"
alt="work icon"
/>
</div>
</section>
<section class="projects" id="project-s">
<article class="recent_work">
<h2 class="recent-mobile">MY RECENT WORK</h2>
<h2 class="recent-desk">My recent work</h2>
</article>
<section id="ellipse_19"></section>
<section id="contact-me">
<article class="contact-info">
<h2 class="mobile_contact">CONTACT US</h2>
<h2 class="chat">Let's chat!</h2>
<p class="contact_description">
Looking to develop an app, build a feature, or code a project?
I can help! Send me an email using the contact form below
to get started.
</p>
</article>
<form id="form" action="https://formspree.io/f/xlevdeyp" method="post">
<fieldset>
<input type="text" id="name" name="Name" placeholder="Text Input" required
maxlength="30"
/>
<input type="email" id="email" name="email" placeholder="Please Enter Email" required
/>
<textarea name="Text Area" id="textarea" placeholder="Enter text here" maxlength="500" required></textarea>
<span id="error_msg"></span>
<button class="mobile-button" type="submit">Get in touch</button>
<button class="desk_button" type="submit">Get in touch</button>
</fieldset>
</form>
</section>
<div class="footer-border"></div>
</section>
<footer class="footer">
<div class="border"></div>
<div class="icons-section-footer">
<ul class="icons-section icons-section-bottom">
<li class="git">
<a href="https://github.com/johnkioko" Target="_blank"><img src="images/git.svg" alt="Github icon" /> </a>
</li>
<li class="linkedin">
<a href="https://www.linkedin.com/in/johnmutisya/" Target="_blank"
><img src="images/linkedin.svg" alt="LinkedIn icon"
/></a>
</li>
<!-- <li class="othericon">
<a href=""
><img src="images/othericon.svg" alt="social media icon" />
</a>
</li> -->
<li class="twitter">
<a href="https://twitter.com/John_Web_Dev" Target="_blank"
><img src="images/twitter.svg" alt="Twitter icon" />
</a>
</li>
<li class="micon">
<a href="https://medium.com/@kiokoj81" Target="_blank"><img src="images/micon.svg" alt="Medium Icon" /> </a>
</li>
</ul>
<div class="footer-header">
<a href="#contact-me"><h2 class="footer-heading">[email protected]</h2></a>
</div>
</div>
</footer>
</section>
</div>
<script src="popup.js"></script>
<script src="index.js"></script>
</body>
</html>