-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
91 lines (90 loc) · 4.22 KB
/
Copy pathwork.html
File metadata and controls
91 lines (90 loc) · 4.22 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Work</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
<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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/styles1.css">
</head>
<body>
<header class="page-header">
<img src="https://placehold.co/200x70" alt="" class="navigation__logo page-header__item">
<nav class="main-navigation page-header__item">
<ul role="menubar" class="home_navigation">
<li role="presentation-home">
<a href="index2.html" role="menuitem" class="home_navigation">Home</a>
</li>
<li role="presentation-about">
<a href="about.html" role="menuitem" class="home_navigation">About</a>
</li>
<li role="presentation-contact">
<a href="contact2.html" role="menuitem" class="home_navigation">Contact</a>
</li>
<li role="presentation-work">
<a href="work.html" role="menuitem" class="home_navigation">Work</a>
</li>
</ul>
</nav>
</header>
<section>
<h1>Work</h1>
<div class="grid">
<div class="grid__item">
<h2>Mobile web app</h2>
<p>
Within this project, I was responsible for the frontend. It's written in React.js. Additionally, I've created the HTML and CSS template.
</p>
<a href="#">See project on GitHub</a>"
</div>
<div class="grid__item">
<h2>Mobile web app</h2>
<p>
Within this project, I was responsible for the frontend. It's written in React.js. Additionally, I've created the HTML and CSS template.
</p>
<a href="#">See project on GitHub</a>"
</div>
<div class="grid__item">
<h2>Mobile web app</h2>
<p>
Within this project, I was responsible for the frontend. It's written in React.js. Additionally, I've created the HTML and CSS template.
</p>
<a href="#">See project on GitHub</a>"
</div>
<div class="grid__item">
<h2>Mobile web app</h2>
<p>
Within this project, I was responsible for the frontend. It's written in React.js. Additionally, I've created the HTML and CSS template.
</p>
<a href="#">See project on GitHub</a>"
</div>
<div class="grid__item">
<h2>Mobile web app</h2>
<p>
Within this project, I was responsible for the frontend. It's written in React.js. Additionally, I've created the HTML and CSS template.
</p>
<a href="#">See project on GitHub</a>"
</div>
<div class="grid__item">
<h2>Mobile web app</h2>
<p>
Within this project, I was responsible for the frontend. It's written in React.js. Additionally, I've created the HTML and CSS template.
</p>
<a href="#">See project on GitHub</a>"
</div>
</div>
</section>
<footer>
<div class="footer_navigation__list">
<p>Find me on</p>
<a href="https://www.github.com/"><img src="img/github_icon.svg" alt="Github" class="footer__navigation_item"></a>
<a href="https://www.twitter.com/"><img src="img/x_icon.svg" alt="X" class="footer__navigation_item"></a>
<a href="https://www.linkedin.com/"><img src="img/linkedin_icon.svg" alt="LinkedIn" class="footer__navigation_item"></a>
</div>
</div>
</footer>
</body>
</html>