-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (96 loc) · 4.38 KB
/
index.html
File metadata and controls
98 lines (96 loc) · 4.38 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Md Aminur Islam Portfolio</title>
<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=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body class="font-open-sans">
<header>
<nav class="menu">
<div>
<h2>Ma <span class="coler-orange">r</span> y</h2>
</div>
<ul class="menu">
<li>Portfolio</li>
<li>Blog</li>
<li class="btn">Hire me</li>
</ul>
</nav>
<section id="banner">
<div class="banner-content">
<h2>Hi, I am</h2>
<h1>Mary Hardy</h1>
<p>Shot what able cold new see hold.Friendly as an betrayed formerly he. Morning becaus as to society behaved moments.</p>
<div >
<button class="btn">Download CV</button>
<button class="btn">Contact</button>
</div>
</div>
<div class="banner-image">
<img src="images/hardy.png" alt="">
</div>
</section>
</header>
<section id="about">
<div class="about-container">
<div class="section-heading">
<h2>About me</h2>
<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 class="about-info">
<div class="info-card">
<p>Name:</p>
<h4>Mary Hardy</h4>
</div>
<div class="info-card">
<p>Email:</p>
<h4>info@gmail.com</h4>
</div>
<div class="info-card">
<p>Date of birth:</p>
<h4>11 November 1987</h4>
</div>
<div class="info-card">
<p>From:</p>
<h4>Los Angeles, USA</h4>
</div>
</div>
</div>
</div>
</section>
<section id="skills">
<div class="skills-container">
<div class="section-heading">
<h2>What I do</h2>
<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="skills-box">
<div class="skills-card">
<img src="images/icons/js.png" alt="">
<h3>Vanilla JavaScript</h3>
<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 class="skills-card">
<img src="images/icons/react.png" alt="">
<h3>React</h3>
<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 class="skills-card">
<img src="images/icons/nodejs.png" alt="">
<h3>Node.js</h3>
<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 class="skills-card">
<img src="images/icons/mongo.png" alt="">
<h3>MongoDB</h3>
<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>
</section>
</body>
</html>