-
Notifications
You must be signed in to change notification settings - Fork 0
/
pub.html
123 lines (95 loc) · 5.26 KB
/
pub.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<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=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<title>Cami</title>
</head>
<div class="header-container">
<header id="totop2">
<a href="index.html"><img src="images/logo.png" alt="Cami's Logo, click to return to home page"></a>
<nav class="header-nav">
<ul>
<li class="item1"><a href="about.html">About Me</a></li>
<li class="item2"><a href="work.html">Work</a></li>
<li class="item3"><a href="resume.html">Resume</a></li>
<li class="item4"><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
</div>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 1440 50">
<g stroke-width="4.5" stroke="#FFB001" fill="none" stroke-linecap="round">
<path d="M0,40C360,40,360,10,720,10C1080,10,1080,40,1440,40" transform="matrix(1,0,0,1,0,0)"></path></g>
</svg>
<body>
<div class="head-h1">
<h1 class="text-center font1" style="margin-top: 30px; margin-bottom: 30px;">My Work</h1>
<ul class="nav justify-content-center">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="work.html" >Graphic Design</a>
</li>
<li class="nav-item">
<a class="nav-link" href="bb.html">Best Buddies Instagram</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contract-work.html">Contract Work</a>
</li>
<li class="nav-item">
<a class="nav-link" href="present.html">Presentations</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pub.html">E-Publications</a>
</li>
<li class="nav-item">
<a class="nav-link" href="photo.html">Photography</a>
</li>
<li class="nav-item">
<a class="nav-link" href="p-b.html">Papers and Books</a>
</li>
<li class="nav-item">
<a class="nav-link" href="video.html">Videography</a>
</li>
</ul>
</div>
<hr style="color: #FFB001; border: solid 3px;">
<section id="e-pub" style="background-color:#CDB3A9; padding: 10px 5px; margin-top: 40px; padding-bottom: 50px;">
<h2 class="text-center font1" style="margin-top: 30px; margin-bottom: 20px;">Interactive E-Publications</h2>
<div class="row">
<div class="col-sm"><h3 class="colored text-center font2">Wishcycling</h3></div>
<div class="col-sm"><h3 class="colored text-center font2">Beyond the Books</h3></div>
</div>
<div class="row">
<div class="col-sm"><embed src="https://indd.adobe.com/view/27475c7a-6f34-4daf-addc-690f79ca4a27" type="application/pdf" width="100%" height="600px" /></div>
<div class="col-sm"><embed src="https://indd.adobe.com/view/b94d0195-147f-490a-b16d-3abbec42c8fc" type="application/pdf" width="100%" height="600px" /></div>
</div>
</section>
<div class="totop ">
<h2 class="text-center font2" style="padding: 40px;"><a href="#totop2" style="color:#FFB001; text-decoration: none;">Return to Top</a></h2>
</div>
</body>
<footer>
<div class="foot">
<div id="foot-L">
<ul>
<li class="big">Cameron Wasiniak</li>
<li class="small">email: <a href= "mailto: [email protected]">[email protected]</a></li>
<li class="small">phone: (419) 602-7382</li>
</ul>
</div>
<div id="foot-R">
<ul>
<li class="big">Cameron Wasiniak</li>
<li class="small">email: <a href= "mailto: [email protected]">[email protected]</a></li>
<li class="small">phone: (419) 602-7382</li>
</ul>
</div>
</div>
</footer>
</html>