-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlinks.html
More file actions
79 lines (77 loc) · 2.81 KB
/
links.html
File metadata and controls
79 lines (77 loc) · 2.81 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Short Links</title>
<meta name="title" content="Short Links" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png" />
<link rel="stylesheet" href="/css/links.css" />
<style>
#coupons img {
max-width: 100%;
}
</style>
</head>
<body>
<header>
<div id="header-wrapper">
<div class="top-container">
<h1>🕸️ Short Links</h1>
<h2>👨💻 https://nmatei.github.io/links</h2>
<p>Created by <a href="https://nmatei.github.io/">Nicolae Matei</a> [ nmatei.github.io ]</p>
</div>
</div>
</header>
<section id="main">
<div id="coupons">
<ul>
<li class="custom-price best-discount">
<a href="http://nmatei.github.io/bible-quiz" target="_blank">
<span class="coupon-code">Olimpiada Biblică 2026</span>
<div class="coupon-info">
<span>Întrebări și Răspunsuri</span>
</div>
</a>
</li>
</ul>
<ul>
<li class="custom-price best-discount">
<a href="https://nmatei.github.io/elisei" target="_blank">
<span class="coupon-code">ELISEI</span>
<div class="coupon-info">
<span>Intrebări Biblice</span>
</div>
</a>
</li>
</ul>
<img src="/images/links.svg" width="400" />
</div>
</section>
<footer>
<a class="item" href="https://nmatei.github.io/">nmatei.github.io</a>
<span class="item">|</span>
<a class="item" href="https://www.linkedin.com/in/nicolaematei" target="_blank">
<svg
style="vertical-align: top"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
data-supported-dps="24x24"
fill="currentColor"
class="mercado-match"
width="17"
height="17"
focusable="false"
>
<path
d="M20.5 2h-17A1.5 1.5 0 002 3.5v17A1.5 1.5 0 003.5 22h17a1.5 1.5 0 001.5-1.5v-17A1.5 1.5 0 0020.5 2zM8 19H5v-9h3zM6.5 8.25A1.75 1.75 0 118.3 6.5a1.78 1.78 0 01-1.8 1.75zM19 19h-3v-4.74c0-1.42-.6-1.93-1.38-1.93A1.74 1.74 0 0013 14.19a.66.66 0 000 .14V19h-3v-9h2.9v1.3a3.11 3.11 0 012.7-1.4c1.55 0 3.36.86 3.36 3.66z"
></path>
</svg>
<span>LinkedIn</span>
</a>
</footer>
</body>
</html>