-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (62 loc) · 2.95 KB
/
index.html
File metadata and controls
67 lines (62 loc) · 2.95 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
<!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>Trav</title>
<link rel="stylesheet" href="style.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1><a href="https://karolt2025.github.io/">TRAV</a></h1>
<nav>
<ul class="nav-header-links">
<li><a href="https://karolt2025.github.io/about.html">About</a></li>
<li><a href="https://karolt2025.github.io/contact.html">Contact</a></li>
</ul>
</nav>
</header>
<section class="hero">
<h2>
<!-- add image here -->
</h2>
</section>
<section>
<h3>Projects</h1>
<div class="content"><!-- this will be a flexbox that is row on desktop -->
<ul class="projects-list">
<figure>
<a href="https://github.com/karolt2025/week_1_test" target="_blank">
<img src="images/Husky.jpeg"
alt="Grey and white Husky sitting on grass with a collar, looking to the right."></a>
<figcaption class="projects-caption">Project 1: <a href="https://github.com/karolt2025/week_1_test"
target="_blank">week_1_test</a></figcaption>
</figure>
<figure>
<a href="https://github.com/karolt2025/first_website" target="_blank">
<img src="images/She_Codes_logo.png" alt="She Codes Plus logo"></a>
<figcaption class="projects-caption">Project 2: <a href="https://github.com/karolt2025/first_website"
target="_blank">first_website</a></figcaption>
</figure>
</ul>
</div>
</h3>
</section>
</body>
<footer class="footer">
<!-- <div class="logo_box"><img src="images/Letter_T.png" alt="letter T photo"></div> -->
<div class="logo_box"><img src="images/Karol_photo.jpg" alt="Karol Travino's photo" class="profile-pic"></div>
<nav>
<ul class="nav-footer-links">
<li><a href="http://linkedin.com/in/karol-travino" target="_blank"<i class="fa-brands fa-linkedin"
alt="LinkedIn logo"></i></a></li>
<li><a href="https://github.com/karolt2025/" target="_blank"<i class="fa-brands fa-square-github"
alt="Github logo"></i></a></li>
<li><a href="https://karolt2025.github.io/contact.html">Contact</a></li>
</ul>
</nav>
</footer>