-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
267 lines (256 loc) · 9.55 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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!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>Portfolio Developer</title>
<!-- boxicon link -->
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<!-- css link -->
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<!------------- navbar ------------>
<div class="container">
<nav>
<h1>Ma<span class="text_primary">r</span>y</h1>
<ul>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Blog</a></li>
<button>Hire Me</button>
</ul>
</nav>
<!-------- header banner ------->
<section class="header_banner">
<div class="banner_info">
<h3>Hi, I am</h3>
<h1>Mary Hardy</h1>
<p>
Shot what able cold new see hold.Friendly as an betrayed formerly
he. Morning because as to society behaved moments.
</p>
<div class="btn">
<a href="#">Download Cv</a>
<a href="#">Contact</a>
</div>
</div>
<div class="banner_img">
<img src="images/hardy.png" alt="" />
</div>
</section>
</div>
</header>
<main>
<!-------------- about section --------------->
<section class="about container">
<div class="about_discription">
<div class="about_title">
<h3>About Me</h3>
<p>
I, m a designer & developer with a passion for web design. I enjoy
developing simple, clean and slick websites that provide real
value to the end user. Thousands of clients have procured
exceptional resulfs while working with me. Delivering work within
time and budget which meets clients requirements in our mata.
</p>
</div>
<div class="about_info_container">
<div class="about_info">
<p>Name:</p>
<p>Mary Hardy</p>
</div>
<div class="about_info">
<p>Email:</p>
<p>info@gmail.com</p>
</div>
<div class="about_info">
<p>Date of birth:</p>
<p>11 November 1987</p>
</div>
<div class="about_info">
<p>From:</p>
<p>Los Angeles, USA</p>
</div>
</div>
</div>
</section>
<!------------ what i do section -------------->
<section class="container what_i_do">
<div class="heading_title">
<h3>What I do</h3>
<p>
I have more than 10 years experience building software for clients
all over the world. Below is a quick overview of my main technical
skill sets and technologies i use. Want to find out more about my
experience? Check out my online resume and project portfolio.
</p>
</div>
<div class="skill_container">
<!-- box 01 -->
<div class="skill_box">
<img src="images/icons/js.png" alt="" />
<h4>Vanilla JavaScript</h4>
<p>
List skill/technologies here. You can change the icon above to any
of the 1500+ FontAwesome 5 free icons available. Aenean commodo
ligula eget dolor.
</p>
</div>
<!-- box 02 -->
<div class="skill_box">
<img src="images/icons/react.png" alt="" />
<h4>React</h4>
<p>
List skill/technologies here. You can change the icon above to any
of the 1500+ FontAwesome 5 free icons available. Aenean commodo
ligula eget dolor.
</p>
</div>
<!-- box 03 -->
<div class="skill_box">
<img src="images/icons/nodejs.png" alt="" />
<h4>Node.js</h4>
<p>
List skill/technologies here. You can change the icon above to any
of the 1500+ FontAwesome 5 free icons available. Aenean commodo
ligula eget dolor.
</p>
</div>
<!-- box 04 -->
<div class="skill_box">
<img src="images/icons/mongo.png" alt="" />
<h4>MongoDB</h4>
<p>
List skill/technologies here. You can change the icon above to any
of the 1500+ FontAwesome 5 free icons available. Aenean commodo
ligula eget dolor.
</p>
</div>
</div>
</section>
<!------------ resume section -------------->
<section class="resume_section">
<div class="container">
<div class="resume_heading">
<h2>A summary of My Resume</h2>
</div>
<div class="resume_content">
<div class="resume_box">
<h3>My Education</h3>
<!-- ------------------------ -->
<div class="resume_item">
<div class="resume_title">
<h4>Master in Computer Engineering</h4>
<h5>Harvard University / 2015 - 2017</h5>
</div>
<p>
List skill/technologies here. You can change the icon above to
any of the 1500+ FontAwesome 5 free icons available. Aenean
commodo ligula eget dolor.
</p>
</div>
<hr />
<!-- ------------------------ -->
<div class="resume_item">
<div class="resume_title">
<h4>Master in Computer Engineering</h4>
<h5>Harvard University / 2015 - 2017</h5>
</div>
<p>
List skill/technologies here. You can change the icon above to
any of the 1500+ FontAwesome 5 free icons available. Aenean
commodo ligula eget dolor.
</p>
</div>
<hr />
<!-- ------------------------ -->
<div class="resume_item">
<div class="resume_title">
<h4>Master in Computer Engineering</h4>
<h5>Harvard University / 2015 - 2017</h5>
</div>
<p>
List skill/technologies here. You can change the icon above to
any of the 1500+ FontAwesome 5 free icons available. Aenean
commodo ligula eget dolor.
</p>
</div>
</div>
<div class="resume_box">
<h3>My Experience</h3>
<!-- ------------------------ -->
<div class="resume_item">
<div class="resume_title">
<h4>Sr. Font End Developer</h4>
<h5>Apple Inc / 2020 - Current</h5>
</div>
<p>
List skill/technologies here. You can change the icon above to
any of the 1500+ FontAwesome 5 free icons available. Aenean
commodo ligula eget dolor.
</p>
</div>
<hr />
<!-- ------------------------ -->
<div class="resume_item">
<div class="resume_title">
<h4>Jr. Font End Developer</h4>
<h5>Dribbble Inc / 2018 - 2022</h5>
</div>
<p>
List skill/technologies here. You can change the icon above to
any of the 1500+ FontAwesome 5 free icons available. Aenean
commodo ligula eget dolor.
</p>
</div>
<hr />
<!-- ------------------------ -->
<div class="resume_item">
<div class="resume_title">
<h4>HTML Developer</h4>
<h5>Adobe Inc / 2017 - 2018</h5>
</div>
<p>
List skill/technologies here. You can change the icon above to
any of the 1500+ FontAwesome 5 free icons available. Aenean
commodo ligula eget dolor.
</p>
</div>
</div>
</div>
<div class="btn resume_btn">
<a href="#">Download Cv</a>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<div class="contact">
<div class="contact_info">
<h3>Lets Connect</h3>
<p>Please fill out the form on this section to contact with me or call between 9:00 A.M and 8.00 P.M ET, Monday through Friday.</p>
<div class="icon">
<a href=""><i class='bx bxl-facebook'></i></a>
<a href=""><i class='bx bxl-twitter'></i></a>
<a href=""><i class='bx bxl-instagram-alt'></i></a>
</div>
</div>
<div class="contact_form">
<h3>Let’s Message me</h3>
<form action="">
<input type="text" name="" id="" placeholder="Your Name"> <br>
<input type="text" name="" id="" placeholder="Your Email">
<textarea name="" id="" cols="30" rows="10" placeholder="Message"></textarea>
<div class="form_btn">
<a href="">Submit</a>
</div>
</form>
</div>
</div>
</div>
</footer>
</body>
</html>