-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
102 lines (77 loc) · 2.17 KB
/
portfolio.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Karina Titov Homework Page">
<meta name="keywords" content="Karina Titov, Homework">
<meta name="author" content="Karina Titov">
<title>Karina Titov | Portfolio</title>
<link rel="stylesheet" href="assets/style2.css">
</head>
<body>
<header id="main-section">
<div class="container">
<div id="name">
<h1>Karina Titov</h1>
</div>
<nav>
<ul>
<li><a href="index.html">About</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<br />
<div class="container2">
<div id="about-me">
<h3>Portfolio</h3>
</div>
<div class="gallery">
<table>
<tr>
<td>
<section class="box">
<img src="assets/img/sales-caring-1.png" class="portfolio_image" />
<div class="picture_name">Take care</div>
</section>
</td>
<td>
<section class="box">
<img src="assets/img/th (2).jfif" class="portfolio_image" />
<div class="picture_name">Photography</div>
</section>
</td>
</tr>
<tr>
<td>
<section class="box">
<img src="assets/img/th (1).jfif" class="portfolio_image" />
<div class="picture_name">Traveling</div>
</section>
</td>
<td>
<section class="box">
<img src="assets/img/th.jfif" class="portfolio_image" />
<div class="picture_name">Learning</div>
</section>
</td>
</tr>
<tr>
<td>
<section class="box">
<img src="assets/img/parenting-help-18-890x400.jpg" class="portfolio_image" />
<div class="picture_name">Parenting</div>
</section>
</td>
</tr>
</table>
</div>
</div>
<footer id="footer">
<p>Copyright © Karina Titov</p>
</footer>
</body>
</html>