-
Notifications
You must be signed in to change notification settings - Fork 0
/
present2.html
160 lines (131 loc) · 7.11 KB
/
present2.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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="style2.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>
<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;">
<h2 style="margin-top: 30px; margin-bottom: 20px;" class="text-center font1">Presentations</h2>
<div class="carousel">
<h2>Industry Profile</h2>
<h4>Analysing Free Water - A sustainable water company, hoping to eliminate the cost of water through advertisments. </h4>
<p>Fall 2023</p>
<button class="carousel__button carousel__button--left">
<img src="images/left.webp" alt="">
</button>
<div class="carousel__track-container">
<ul class="carousel__track">
<li class="carousel__slide current-slide">
<img class="carousel__image" src="images/assests/prezi/Industry_Profile_Page_01.jpg" alt=" " >
</li>
<li class="carousel__slide">
<img class="carousel__image" src="images/assests/prezi/Industry_Profile_Page_02.jpg" alt=" " >
</li>
<li class="carousel__slide">
<img class="carousel__image" src="images/assests/prezi/Industry_Profile_Page_03.jpg" alt=" ">
</li>
<li class="carousel__slide">
<img class="carousel__image" src="images/assests/prezi/Industry_Profile_Page_04.jpg" alt=" ">
</li>
<li class="carousel__slide">
<img class="carousel__image" src="images/assests/prezi/Industry_Profile_Page_05.jpg" alt=" ">
</li>
<li class="carousel__slide">
<img class="carousel__image" src="images/assests/prezi/Industry_Profile_Page_06.jpg" alt=" ">
</li>
<li class="carousel__slide">
<img class="carousel__image" src="images/assests/prezi/Industry_Profile_Page_07.jpg" alt=" " >
</li>
<li class="carousel__slide">
<img class="carousel__image" src="images/assests/prezi/Industry_Profile_Page_08.jpg" alt=" ">
</li>
<li class="carousel__slide">
<img class="carousel__image" src="images/assests/prezi/Industry_Profile_Page_09.jpg" alt=" ">
</li>
<li class="carousel__slide">
<img class="carousel__image" src="images/assests/prezi/Industry_Profile_Page_10.jpg" alt=" ">
</li>
</ul>
</div>
<button class="carousel__button carousel__button--right">
<img src="images/right.webp" alt="" >
</button>
<button alt="Next Presentaion"><a href="present3.html" class="normal">Next Presentation</a></p></button>
<button class="previous" alt="Previous Presentaion"><a href="present.html" class="normal">Previous Presentation</a></p></button>
</div>
<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>
<script src="carousel.js"></script>
</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><a href="https://github.com/Cwasiniak"><img src="images/github.png"></a></li>
<li ><a href="https://www.facebook.com/cameron.wasiniak"><img src="images/facebook.png"></a></li>
<li><a href="https://www.instagram.com/camiwasiniak/"><img src="images/instagram.jpg"></a></li>
<li><a href="https://www.linkedin.com/in/cameron-wasiniak-vctstudentbgsu/"><img src="images/linkedin.png"></a></li>
</ul>
</div>
</div>
</footer>
</html>