-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
143 lines (132 loc) · 9.01 KB
/
index.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
<!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">
<meta name="color-scheme" content="light dark">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="src/normalize.css">
<link rel="stylesheet" href="src/styles.css">
<script src="src/app.js" defer></script>
<title>Digicommons: Portfolio</title>
</head>
<body>
<!--?xml version="1.0" standalone="no"?-->
<svg id="blob" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<defs>
<filter id="blur">
<feGaussianBlur in="SourceGraphic" stdDeviation="3" />
</filter>
<linearGradient id="sw-gradient">
<stop class="stop1" offset="0%"/>
<stop class="stop2" offset="18%"/>
<stop class="stop3" offset="39%"/>
<stop class="stop4" offset="52%"/>
<stop class="stop5" offset="80%"/>
<stop class="stop6" offset="100%"/>
</linearGradient>
<style type="text/css"><![CDATA[
#rect1 { fill: url(#sw-gradient); }
.stop1 { stop-color: #F898A4; }
.stop2 { stop-color: #FCDA9C; stop-opacity: 1; }
.stop3 { stop-color: #F7FAA1; }
.stop4 { stop-color: #B4F6A4; }
.stop5 { stop-color: #9BE0F1; }
.stop6 { stop-color: #A2ACEB; }
]]></style>
</defs>
<path fill="url(#sw-gradient)"
d="M25.1,-34.3C32.7,-34.2,39,-27.5,38.5,-20.1C38.1,-12.7,30.8,-4.6,25.3,0.6C19.9,5.9,16.2,8.3,12.6,8.8C8.9,9.3,5.4,7.8,1.4,12.7C-2.7,17.5,-7.2,28.7,-8,28.1C-8.7,27.4,-5.7,14.9,-7.9,8.8C-10,2.7,-17.3,3.1,-20.8,1C-24.3,-1.2,-23.9,-6,-20.7,-7.9C-17.5,-9.9,-11.3,-9,-7.4,-10.7C-3.4,-12.4,-1.7,-16.8,3.5,-22.3C8.8,-27.8,17.6,-34.4,25.1,-34.3Z"
width="100%" height="100%" transform="translate(50 50)" stroke-width="0" style="transition: all 0.3s ease 0s;"
stroke="url(#sw-gradient)" filter="url(#blur)"></path>
</svg>
<header>
<h1>Digicommons</h1>
</header>
<main>
<h2>Projects</h2>
<section>
<img src="https://picsum.photos/1280/720/?blur?random=1" alt="" class="project">
<h3>Project XY, 05/2022</h3>
</section>
<section>
<img src="https://picsum.photos/1280/720/?blur?random=2" alt="" class="project">
<h3>Project XY, 05/2022</h3>
</section>
<section>
<img src="https://picsum.photos/1280/720/?blur?random=3" alt="" class="project">
<h3>Project XY, 05/2022</h3>
</section>
</main>
<aside>
<h2>Social:</h2>
<a href="https://github.com/digicommons">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512" height="100%">
<!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->
<title>Github</title>
<path
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z" />
</svg>
</a>
<a href="">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="100%">
<!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->
<title>LinkedIn</title>
<path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"/>
</svg>
</a>
<a href="https://mastodon.technology/@digicommons">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="100%"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->
<title>Mastodon</title>
<path d="M433 179.11c0-97.2-63.71-125.7-63.71-125.7-62.52-28.7-228.56-28.4-290.48 0 0 0-63.72 28.5-63.72 125.7 0 115.7-6.6 259.4 105.63 289.1 40.51 10.7 75.32 13 103.33 11.4 50.81-2.8 79.32-18.1 79.32-18.1l-1.7-36.9s-36.31 11.4-77.12 10.1c-40.41-1.4-83-4.4-89.63-54a102.54 102.54 0 0 1-.9-13.9c85.63 20.9 158.65 9.1 178.75 6.7 56.12-6.7 105-41.3 111.23-72.9 9.8-49.8 9-121.5 9-121.5zm-75.12 125.2h-46.63v-114.2c0-49.7-64-51.6-64 6.9v62.5h-46.33V197c0-58.5-64-56.6-64-6.9v114.2H90.19c0-122.1-5.2-147.9 18.41-175 25.9-28.9 79.82-30.8 103.83 6.1l11.6 19.5 11.6-19.5c24.11-37.1 78.12-34.8 103.83-6.1 23.71 27.3 18.4 53 18.4 175z"/>
</svg>
</a>
<a href="">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" height="100%">
<!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->
<title>E-Mail</title>
<path
d="M207.8 20.73c-93.45 18.32-168.7 93.66-187 187.1c-27.64 140.9 68.65 266.2 199.1 285.1c19.01 2.888 36.17-12.26 36.17-31.49l.0001-.6631c0-15.74-11.44-28.88-26.84-31.24c-84.35-12.98-149.2-86.13-149.2-174.2c0-102.9 88.61-185.5 193.4-175.4c91.54 8.869 158.6 91.25 158.6 183.2l0 16.16c0 22.09-17.94 40.05-40 40.05s-40.01-17.96-40.01-40.05v-120.1c0-8.847-7.161-16.02-16.01-16.02l-31.98 .0036c-7.299 0-13.2 4.992-15.12 11.68c-24.85-12.15-54.24-16.38-86.06-5.106c-38.75 13.73-68.12 48.91-73.72 89.64c-9.483 69.01 43.81 128 110.9 128c26.44 0 50.43-9.544 69.59-24.88c24 31.3 65.23 48.69 109.4 37.49C465.2 369.3 496 324.1 495.1 277.2V256.3C495.1 107.1 361.2-9.332 207.8 20.73zM239.1 304.3c-26.47 0-48-21.56-48-48.05s21.53-48.05 48-48.05s48 21.56 48 48.05S266.5 304.3 239.1 304.3z" />
</svg>
</a>
</aside>
<dialog class="modal">
<p class="closeModal">Close</p>
<div class="modal_container">
<img src="https://picsum.photos/1280/720/?blur?random=1" alt="">
<div>
<h2>Sample project 1</h2>
<p><strong>05/2022</strong></p>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Quo dolore facere dolorem molestias sequi harum pariatur, dolores magni repudiandae eum corrupti minus doloremque dolorum soluta, eos possimus vero odio ut tempore recusandae quis aspernatur! Cupiditate corrupti molestiae dolore vero quod?</p>
</div>
</div>
</dialog>
<dialog class="modal">
<p class="closeModal">Close</p>
<div class="modal_container">
<img src="https://picsum.photos/1280/720/?blur?random=2" alt="">
<div>
<h2>Sample project 2</h2>
<p><strong>05/2022</strong></p>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Quo dolore facere dolorem molestias sequi harum pariatur, dolores magni repudiandae eum corrupti minus doloremque dolorum soluta, eos possimus vero odio ut tempore recusandae quis aspernatur! Cupiditate corrupti molestiae dolore vero quod?</p>
</div>
</div>
</dialog>
<dialog class="modal">
<p class="closeModal">Close</p>
<div class="modal_container">
<img src="https://picsum.photos/1280/720/?blur?random=3" alt="">
<div>
<h2>Sample project 3</h2>
<p><strong>05/2022</strong></p>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Quo dolore facere dolorem molestias sequi harum pariatur, dolores magni repudiandae eum corrupti minus doloremque dolorum soluta, eos possimus vero odio ut tempore recusandae quis aspernatur! Cupiditate corrupti molestiae dolore vero quod?</p>
</div>
</div>
</dialog>
</body>
</html>