-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
208 lines (206 loc) · 6.89 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
<!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="style.css">
<title>Portfolio Project</title>
</head>
<body>
<header>
<nav class="mobile-nav">
<!--<img src="./images/menu.svg" alt="menu" class="hamburger">-->
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<ul class="mob-nav-menu">
<li class="mob-nav-item">
<a href="#portfolio" class="nav-link">Portfolio</a>
</li>
<li class="mob-nav-item">
<a href="#about" class="nav-link">About</a>
</li>
<li class="mob-nav-item">
<a href="#contact" class="nav-link">Contact</a>
</li>
</ul>
</nav>
<nav class="desktop-nav">
<ul class="desktop-nav-menu">
<li><a href="#portfolio">Portfolio</a> </li>
<li> <a href="#about"> About</a> </li>
<li><a href="#contact">Contact </a> </li>
</ul>
</nav>
</header>
<section class="headline">
<div class="headline-header">
<h1 class="mobile-headline">
Hey there.<br/>I'm Demes.<br/>
<span class="header_green">I’m a software developer</span>
</h1>
<h1 class="desktop-headline">
Hey there. I'm Demes.<br/>
<span class="header_green">I’m a software developer</span>
</h1>
</div>
<div class="headline-paragraph">
<p>
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>
<div class="Social-media icons">
<ul class="icons">
<li>
<a href="#">
<img src="./images/icons/twitter-icon.svg" alt="Twitter">
</a>
</li>
<li>
<a href="#">
<img src="./images/icons/linkedin-icon.svg" alt="LinkedIn">
</a>
</li>
<li>
<a href="#">
<img src="./images/icons/medium-icon.svg" alt="Medium">
</a>
</li>
<li>
<a href="#">
<img src="./images/icons/github-icon.svg" alt="github">
</a>
</li>
<li>
<a href="#">
<img src="./images/icons/angelist-icon.svg" alt="angellist">
</a>
</li>
</ul>
</div>
<div class="readmore-button">
<a>
<img src="./images/icons/readmore-icon.svg" alt="read more ">
</a>
</div>
</section>
<section class="works" id="portfolio" >
<div class="recent-works">
<h2 class="mobile-work-header">My Recent </br> Works</h2>
<h2 class="desktop-work-header">My Recent Works</h2>
</div>
<div class="myworks-wrapper">
</div>
</section>
<section class="about-me" id="about">
<div class="container-aboutme">
<h2>About me</h2>
<div class="aboutme-details">
<p>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>
<button type="button" >Get My Resume</button>
</div>
<div class="attributes-and-skills">
<div class="my-attributes">
<div class="attribute">
<div class="attribute-image">
<img src="./images/icons/languages-icon.svg" alt="Languages icon">
</div>
<h2 class="attribute-name">Languages</h2>
<ul class="attribute-list">
<li>JavaScript</li>
<li>Ruby</li>
<li>Html</li>
<li>CSS</li>
</ul>
</div>
<div class="attribute">
<div class="attribute-image">
<img src="./images/icons/frameworks-icon.svg" alt="Frameworks icon">
</div>
<h2 class="attribute-name">Frameworks</h2>
<ul class="attribute-list">
<li>React.js</li>
<li>Ruby on Rails</li>
<li>RSpec</li>
<li>Capybara</li>
<li>Selenium</li>
</ul>
</div>
<div class="attribute">
<div class="attribute-image">
<img src="./images/icons/skills-icon.svg" alt="Skills icon">
</div>
<h2 class="attribute-name">Skills</h2>
<ul class="attribute-list">
<li>Database Management</li>
<li>Version Control</li>
<li>CLI</li>
<li>Web Development</li>
<li>API Design</li>
</ul>
</div>
</div>
</section>
<section class="contact-section" id="contact">
<div class="contact-wrapper">
<div class="contact-header">
<h2>
I'm always interested in hearing about new projects, so if you'd like to chat please get in touch.
</h2>
</div>
<div class="contact-form-container">
<form action="https://formspree.io/f/mrgvjkeo" method="post" class="contact-form" id="contact-form">
<input name="name" type="text" class="full-name" id="full-name" placeholder="Full name" maxlength="30" required>
<input name="email-address" type="email" id="email-address" class="email-address" placeholder="Email address" required>
<textarea name="message" class="message" id="message" placeholder="Hey I would like to connect to..." maxlength="500" required></textarea>
<small class="form-response"></small>
<input type="submit" value="Get in touch">
</form>
</div>
</div>
<div class="page-footer">
<div class="email-contact">
<p>[email protected]</p>
</div>
</div>
</section>
<div class="social-media-footer">
<ul class="icons">
<li>
<a href="#">
<img src="./images/icons/twitter-icon.svg" alt="Twitter">
</a>
</li>
<li>
<a href="#">
<img src="./images/icons/linkedin-icon.svg" alt="LinkedIn">
</a>
</li>
<li>
<a href="#">
<img src="./images/icons/medium-icon.svg" alt="Medium">
</a>
</li>
<li>
<a href="#">
<img src="./images/icons/github-icon.svg" alt="github">
</a>
</li>
<li>
<a href="#">
<img src="./images/icons/angelist-icon.svg" alt="angellist">
</a>
</li>
</ul>
</div>
<script src="script.js"></script>
</body>
</html>