-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio_html.html
156 lines (141 loc) · 6.75 KB
/
portfolio_html.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
<!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 Website</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link
href="https://fonts.googleapis.com/css2?family=Antic+Slab&family=Dosis&family=Roboto&family=Shadows+Into+Light+Two&display=swap"
rel="stylesheet">
<link rel="icon" type="image/png" href="images/logo.png" />
<!-- My custom CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="logo">
<a href="index.html">
<h3 class="my_logo">Portfolio Website</h3>
</a>
</div>
<button class="nav-toggle" aria-label="navigation-toggle">
<span class="hamburger"></span>
</button>
<nav class="nav">
<ul class="nav_list">
<li class="list"><a href="index.html" class="nav_link">Home</a></li>
<li class="list"><a href="about.html" class="nav_link">About Me</a></li>
<li class="list"><a href="portfolio_html.html" class="nav_link">HTML Portfolio</a></li>
<li class="list"><a href="portfolio_react.html" class="nav_link">React Portfolio</a></li>
<li class="list"><a href="contact.html" class="nav_link">Contact</a></li>
</ul>
</nav>
</header>
<div class="project" id="prj">
<h3 class="prj_title">HTML/CSS Projects</h3>
<h3 class="prj_title">Cards are <span style="color:rgb(150, 79, 192)">CLICKABLE</span></h3>
<div class="portfolio">
<div class="project_card">
<div class="project_pic">
<div class="project_pic">
<a href="https://niisku.lab.fi/~x999001/AT00BT76/h1/index.html" target="blank"> <img
src="images/h1.png" alt="project 3" class="prj1"></a>
</div>
</div>
<div class="project_description">
<a href="https://niisku.lab.fi/~x999001/AT00BT76/h1/index.html" target="blank">
<h4 class="purple">HTML table</h4>
</a>
<br>
<p class="info">Custom made table with row-span and col-span CSS tricks</p>
</div>
</div>
<div class="project_card">
<div class="project_pic">
<a href="https://niisku.lab.fi/~x999001/AT00BT76/h2/index.html" target="blank"> <img
src="images/h2.png" alt="project fa-rotate-270" class="prj1"></a>
</div>
<div class="project_description">
<a href="https://niisku.lab.fi/~x999001/AT00BT76/h2/index.html" target="blank">
<h4 class="purple">Page layout</h4>
</a>
<br>
<p class="info">Page layout with header, footer, columns and use of graphics</p>
</div>
</div>
<div class="project_card">
<div class="project_pic">
<a href="https://niisku.lab.fi/~x999001/AT00BT76/h3/index.html" target="blank"> <img
src="images/h3.png" alt="project 3" class="prj1"></a>
</div>
<div class="project_description">
<a href="https://niisku.lab.fi/~x999001/AT00BT76/h3/index.html" target="blank">
<h4 class="purple">Elastic page layout</h4>
</a>
<br>
<p class="info">Elastic page layout with navbar and footer, background image</p>
</div>
</div>
<div class="project_card">
<div class="project_pic">
<a href="https://niisku.lab.fi/~x999001/AT00BT76/h4/index.html" target="blank"> <img
src="images/h4-1.png" alt="project 4" class="prj1"></a>
</div>
<div class="project_description">
<a href="https://niisku.lab.fi/~x999001/AT00BT76/h4/index.html" target="blank">
<h4 class="purple">Responsive layout</h4>
</a>
<br>
<p class="info">Responsible layout: great both on desktop and mobile</p>
</div>
</div>
<div class="project_card">
<div class="project_pic">
<div class="project_pic">
<a href="https://niisku.lab.fi/~x999001/AT00BT76/h5/index.html" target="blank"> <img
src="images/h5.png" alt="project 3" class="prj1"></a>
</div>
</div>
<div class="project_description"></div>
<a href="https://niisku.lab.fi/~x999001/AT00BT76/h5/index.html" target="blank">
<h4 class="purple">Image editing</h4>
</a>
<br>
<p class="info">Color correction and removing details</p>
</div>
</div>
</div>
<footer class="footer" id="cnt">
<div class="list">
<ul class="social_list">
<li class="social_list_item">
<a href="https://www.linkedin.com/in/maria-ro" target="blank" class="linkedIn">
<i class="fab fa-linkedin fa-2x "></i>
</a>
</li>
<li class="social_list_item">
<a href="https://github.com/mariarogina" target="blank" class="github">
<i class="fab fa-github fa-2x"></i>
</a>
</li>
<li class="social_list_item">
<a href="mailto:mariiarogina@gmail.com" class="mail">
<i class="fas fa-envelope fa-2x"></i>
</a>
</li>
</ul>
</div>
<p>COPYRIGHT © 2021 Rogina</p>
</footer>
<script src="script.js"></script>
</body>
</html>