-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (70 loc) · 2.48 KB
/
index.html
File metadata and controls
70 lines (70 loc) · 2.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lead Art Project</title>
<link rel="stylesheet" href="style.css">
<script src="index.js" defer></script>
<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=Vend+Sans:ital,wght@0,300..700;1,300..700&display=swap" rel="stylesheet">
</head>
<body>
<div class="ribbon">
Corban Pendrak
</div>
<div class="popup">
<img src="popup-bg.svg" class="background" alt="background">
<div class="content">
<h1 class="title">Lead Art Project</h1>
<p class="description">
To me, leadership is learned through training and experience. These are some of the influences that shape my leadership style.
</p>
</div>
</div>
<div class="pages">
<div class="page">
<iframe src="https://lsa.sdes.ucf.edu/lead-scholars/" style="width:100vw; height:100vh; border:none;"></iframe>
</div>
<!--
<div class="page">
<picture>
<source media="(max-width: 420px)" srcset="pines-miramar-small.jpeg">
<img src="pines-miramar-composite-squadron.jpeg">
</picture>
</div>
-->
<div class="page">
<embed src="CAP-Lead-2.pdf" style="width:100vw; height:100vh; border:none;" type="application/pdf" alt="CAP Lead Volume 2 Article">
</div>
<div class="page">
<iframe src="https://corbanpendrak.github.io/" style="width:100vw; height:100vh; border:none;"></iframe>
</div>
</div>
<div class="pagedown light">
<svg
class="arrow"
viewBox="0 0 57.485794 75.451767"
version="1.1"
id="svg1"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1" />
<g
id="layer1"
transform="translate(-58.157843,-109.45912)">
<path
d="m 59.657844,152.84241 27.117205,30.56848"
id="path1" />
<path
d="M 114.14364,152.49826 87.026434,183.06674"
id="path2" />
<path
d="m 86.897535,110.95912 0.128899,72.10762"
id="path3" />
</g>
</svg>
</div>
</body>