Skip to content

Commit 5767919

Browse files
committed
new recs page
1 parent 6220075 commit 5767919

File tree

1 file changed

+101
-0
lines changed

1 file changed

+101
-0
lines changed

recs.html

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
<!DOCTYPE html>
2+
<html lang="en" class="">
3+
<head>
4+
<!-- Global site tag (gtag.js) - Google Analytics -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72294820-1"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag("js", new Date());
10+
11+
gtag("config", "UA-72294820-1");
12+
</script>
13+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
14+
<title>recs</title>
15+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1, maximum-scale=1">
16+
<meta name="description" content="A list of my favorite pages on the internet.">
17+
<meta name="author" content="kvitka">
18+
<!-- Facebook Metadata -->
19+
<meta name="og:title" content="flower power">
20+
<meta name="og:description" content="A list of my favorite pages on the internet.">
21+
<meta name="og:url" content="http://zesameri.github.io">
22+
<meta name="og:type" content="website">
23+
<meta name="theme-color" content="#222">
24+
<!-- Styles -->
25+
<link href="./css/main.css" rel="stylesheet">
26+
<link href="./css/crumple.css" rel="stylesheet">
27+
<link href="./css/font.css" rel="stylesheet">
28+
<link href="./css/mobile.css" rel="stylesheet">
29+
<link href="./css/subpages.css" rel="stylesheet">
30+
<!-- Webpage Icon -->
31+
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
32+
<!-- Fonts -->
33+
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
34+
35+
<!-- Jquery Min Library -->
36+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
37+
<script src="./js/main.js"></script>
38+
</head>
39+
<body id="recs">
40+
<section class="writing">
41+
<h1 class="header">
42+
kvitka
43+
<img class="header-img" src="assets/images/flower.svg">
44+
recs
45+
</h1>
46+
<dl class="list">
47+
<dt>Example Site 1</dt>
48+
<dd class="list__item">
49+
<p>
50+
<a href="https://example1.com" target="_blank" rel="noopener noreferrer">Example Site 1</a> <br>
51+
<span class="reference">by Author 1</span><br>
52+
A great resource for learning about various topics.
53+
</p>
54+
</dd>
55+
<dt>Example Site 2</dt>
56+
<dd class="list__item">
57+
<p>
58+
<a href="https://example2.com" target="_blank" rel="noopener noreferrer">Example Site 2</a> <br>
59+
<span class="reference">by Author 2</span><br>
60+
Another fantastic site with a lot of useful information.
61+
</p>
62+
</dd>
63+
<dt>Example Site 3</dt>
64+
<dd class="list__item">
65+
<p>
66+
<a href="https://example3.com" target="_blank" rel="noopener noreferrer">Example Site 3</a> <br>
67+
<span class="reference">by Author 3</span><br>
68+
This site offers great insights on various topics.
69+
</p>
70+
</dd>
71+
<dt>Example Site 4</dt>
72+
<dd class="list__item">
73+
<p>
74+
<a href="https://example4.com" target="_blank" rel="noopener noreferrer">Example Site 4</a> <br>
75+
<span class="reference">by Author 4</span><br>
76+
A wonderful place to find interesting articles.
77+
</p>
78+
</dd>
79+
<dt>Example Site 5</dt>
80+
<dd class="list__item">
81+
<p>
82+
<a href="https://example5.com" target="_blank" rel="noopener noreferrer">Example Site 5</a> <br>
83+
<span class="reference">by Author 5</span><br>
84+
A comprehensive site for all your information needs.
85+
</p>
86+
</dd>
87+
</dl>
88+
</section>
89+
90+
<footer class="footer" id="footer">
91+
<a class="footer__link--home" href="./index.html">homie</a>
92+
<a class="footer__link--email" href="mailto:zesameri@gmail.com">talk to me</a>
93+
<a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">i'm smart</a>
94+
<a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">vibes</a>
95+
<a class="footer__link--linkedin" href="https://www.linkedin.com/in/merhoo/" target="_blank" rel="noopener noreferrer">love me</a>
96+
<a class="footer__link--instagram" href="https://www.instagram.com/zesameri/" target="_blank" rel="noopener noreferrer">look at me</a>
97+
<div class="crumple" aria-hidden=""></div>
98+
</footer>
99+
100+
</body>
101+
</html>

0 commit comments

Comments
 (0)