-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
201 lines (187 loc) · 6.97 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
<!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="styles.css" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/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 />
<title>Tommymarvel Portfolio</title>
</head>
<title>Tommymarvel Portfolio</title>
</head>
<body>
<div class="firstpage">
<header class="white">
<a class="logo" href="#">My logo</a>
<nav class="nav-bars">
<div id="hamburger">
<i class="fa fa-bars"></i>
</div>
<div class="mobile-menu">
<a href="#" class="close-icon" id="closemenu"><img src="/images/Icon.png" alt="X icon">
></a>
<ul class="mobile-nav">
<li class="nav-item"><a href="#work-section-link" class="nav-link">Portfolio</a></li>
<li class="nav-item"><a href="#about-section-link" class="nav-link">About</a></li>
<li class="nav-item"><a href="#contact-form-link" class="nav-link">Contact</a></li>
</ul>
</nav>
</header>
<div class="first-section">
<div class="text">
<h1 class="salutation">
I'm Marvellous <br />
Glad to see you!
</h1>
<p class="paragraph1">
I’m a software developer! I can help you build a product , feature
or website Look through <br />
some of my work and experience! If you like what you see and have a
project you need <br />
coded, don’t hestiate to contact me.
</p>
<h3 class="lets-connect">LET'S CONNECT</h3>
<ul class="buttons">
<li>
<a href="#"><img src="./images/twitter.png" alt="social" /> </a>
</li>
<li>
<a href="#"><img src="./images/Linkedin.png" alt="social" /></a>
</li>
<li>
<a href="#"><img src="./images/medium.png" alt="social" /></a>
</li>
<li>
<a href="#"><img src="./images/github.png" alt="social" /></a>
</li>
<li>
<a href="#"><img src="./images/angellist.png" alt="social" /></a>
</li>
</ul>
</div>
</div>
</div>
<!-- </section> -->
<section id="projects-section-mobile" class="work-section"></section>
<section id="projects-section" class="work-section"></section>
<section class="try-me"></section>
<section class="section-about" id="about-section-link">
<div class="about-grid">
<div class="text">
<div class="headline-text">
<p class="h2">
About <br />
Myself
</p>
<p class="paragraph2">
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>
<h3 class="lets-connect">LET'S CONNECT</h3>
<ul class="buttons getmyr">
<li>
<a href="https://www.twitter.com/tommymarvel">
<img src="./images/twitter.png" alt="social" />
</a>
</li>
<li>
<a href="https://www.linkedin.com/tommymarvel">
<img src="./images/Linkedin.png" alt="social"
/></a>
</li>
<li>
<a href="#"> <img src="./images/medium.png" alt="social" /></a>
</li>
<li>
<a href="https://www.github.com/tommymarvel">
<img src="./images/github.png" alt="social"
/></a>
</li>
<li>
<a href="#">
<img src="./images/angellist.png" alt="social"
/></a>
</li>
</ul>
<br />
<button class="btn-one btn-resume" type="button">
Get My Resume
</button>
</div>
</div>
</div>
<div class="leftabout">
<div class="lang lang-margin">
<h3 class="lang-font">Languages</h3>
<a href="#"
><img class="icons" src="images/down-arrow.png" alt="arrow"
/></a>
</div>
<div class="programs">
<div class="language">
<img class="lang-img" src="images/jscript.png" alt="js" />
<h3 class="lang-text">JavaScript</h3>
</div>
<div class="language">
<img class="lang-img" src="images/html.png" alt="HTML" />
<h3 class="lang-text">HTML</h3>
</div>
<div class="language">
<img class="lang-img" src="images/css.png" alt="CSS" />
<h3 class="lang-text">CSS</h3>
</div>
</div>
<div class="lang lang-2">
<h3 class="lang-font">Frameworks</h3>
<a href="#"
><img class="icons" src="images/right-arrow.png" alt="arrow"
/></a>
</div>
<div class="lang lang-2">
<h3 class="lang-font">Skills</h3>
<a href="#"><img class="icons" src="images/right-arrow.png" alt="arrow" /></a>
</div>
</div>
</section>
<!-- </main> -->
<footer>
<section class="contact-form-section" id="contact-form-link">
<div class="contactcenter">
<h1 id="contact-me">Contact me</h1>
<p id="contact-text">
If you have an application you are interested in <br />
developing, a feature that you need built or a project <br />
that needs coding. I'd love to help with it.
</p>
<form action="https://formspree.io/f/mlezvnnz" method="post" class="contact-form" id="contact-forms">
<ul id="form-data">
<li class="input-data">
<input type="text" id="name" name="user_name" maxlength="30" placeholder="Your Name" required />
</li>
<li class="input-data">
<input type="email" id="mail" name="user_email" placeholder="Your Email" required />
</li>
<li class="input-data">
<textarea id="msg" name="user_message" maxlength="500" placeholder="Write your message here..." rows="5"
required></textarea>
</li>
</ul>
<button type="submit" class="butt">Get In Touch</button>
<div id="error" class="validation-error">Kindly make sure your email is in lowercase!</div>
</form>
</div>
</section>
</footer>
<script src="modal.js"></script>
<script src="test.js"></script>
<script src="validation.js"></script>
</body>
</html>