-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
234 lines (226 loc) · 6.83 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
232
233
234
<!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" />
<title>Chris's Portfolio</title>
<link rel="stylesheet" href="css/style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
/>
</head>
<body>
<!-- Popup window -->
<section class="popup" id="popup">
</section>
<!-- Header section -->
<header>
<div class="brand"><a href="" class="color1">John Doe</a></div>
<div class="menu">
<ul class="menu_list">
<li>
<a href="#portfolio" class="color1">Portoflio</a
><i class="fa-solid fa-chevron-right"></i>
</li>
<li>
<a href="#about" class="color1">About</a
><i class="fa-solid fa-chevron-right"></i>
</li>
<li>
<a href="#contact" class="color1">Conatct</a
><i class="fa-solid fa-chevron-right"></i>
</li>
<li class="message">
<a href="mailto:chrissiku5@gmail.com" class="color1"
><i class="fa-solid fa-envelope"></i
></a>
</li>
</ul>
<a class="menu-icon"><i class="fa-solid fa-bars" id="menu"></i></a>
</div>
</header>
<!-- Home section -->
<section class="portfolio" id="portfolio">
<div class="portfolio-head text-center">
<h1 class="color2">Chris Siku</h1>
<h2>Software Developer</h2>
</div>
<div class="portfolio-infos">
<p class="text-center">
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>
<div class="line"></div>
<div class="techo">
<div id="language">
<h3>Languages</h3>
<ul>
<li>JavaScript</li>
<li>Ruby</li>
<li>Html</li>
<li>Css</li>
</ul>
</div>
<!-- Frameworks part -->
<div id="framework">
<h3>Frameworks</h3>
<ul>
<li>Bootstrap</li>
<li>Ruby on Rail</li>
<li>RSPec</li>
<li>CapyBara</li>
<li>Selenium</li>
</ul>
</div>
<!-- skills part -->
<div>
<h3>Skills</h3>
<ul>
<li>Codekit</li>
<li>Github</li>
<li>Codepen</li>
<li>Gitlab</li>
<li>Terminal</li>
</ul>
</div>
</div>
<div class="line"></div>
</div>
<div class="portfolio-link">
<div class="work work-one">
<div><span> Work</span><i class="fa-solid fa-arrow-down"></i></div>
</div>
<ul class="social">
<li>
<a
href="https://github.com/Chrissiku
"
><i class="fa-brands fa-github-square"></i
></a>
</li>
<li>
<a
href="https://www.linkedin.com/in/chris-siku-4bb53b232/
"
><i class="fa-brands fa-linkedin-in"></i
></a>
</li>
<li>
<a href="https://github.com/Chrissiku"
><i class="fa-regular fa-hand-peace"></i
></a>
</li>
<li>
<a
href="https://twitter.com/christian_siku
"
><i class="fa-brands fa-twitter"></i
></a>
</li>
<li>
<a href="mailto:chrissiku5@gmail.com"
><i class="fa-solid fa-m"></i
></a>
</li>
</ul>
<div class="work work-two">
<div><i class="fa-solid fa-arrow-down"></i><span> Work</span></div>
</div>
</div>
</section>
<!-- Main section -->
<section class="about" id="about">
<h2 class="color2">My recent work</h2>
<div class="line"></div>
<div class="about_content" id="about_content">
<!-- Work content here-->
</div>
</section>
<!-- contact section -->
<section class="contact" id="contact">
<h3 class="color2 title contact-title1">Let’s chat!</h3>
<h3 class="color2 title contact-title2">CONTACT US</h3>
<div class="contact-text">
<p>
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>
<div class="contact-form">
<form action="https://formspree.io/f/xayvleal" method="post" id="user_form">
<label for="user_name"></label>
<input
type="text"
name="user_name"
id="user_name"
maxlength="30"
minlength="1"
required
placeholder="Enter your name"
/>
<label for="email"></label>
<input
type="email"
required
name="email"
id="email"
placeholder="Enter your Email"
value="chrissiku5@gmail.com"
/>
<label for="msg"></label>
<textarea
name="msg"
id="msg"
cols="20"
rows="5"
maxlength="500"
minlength="5"
required
placeholder="Enter text here"
></textarea>
<small class="alert"></small>
<button type="submit" class="btn" id="submit">Send</button>
</form>
</div>
</section>
<!-- Footer section -->
<footer>
<div class="foot-line"></div>
<div class="footer-content">
<ul class="social">
<li>
<a href="https://github.com/Chrissiku"
><i class="fa-brands fa-github-square"></i
></a>
</li>
<li>
<a href="https://www.linkedin.com/in/chris-siku-4bb53b232/"
><i class="fa-brands fa-linkedin-in"></i
></a>
</li>
<li>
<a href="https://github.com/Chrissiku"
><i class="fa-regular fa-hand-peace"></i
></a>
</li>
<li>
<a href="https://twitter.com/christian_siku"
><i class="fa-brands fa-twitter"></i
></a>
</li>
<li>
<a href="mailto:chrissiku5@gmail.com"
><i class="fa-solid fa-m"></i
></a>
</li>
</ul>
<p><a href="mailto:chrissiku5@gmail.com">chrissiku5@gmail.com</a></p>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>