-
Notifications
You must be signed in to change notification settings - Fork 0
/
bb.html
145 lines (121 loc) · 6.47 KB
/
bb.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
<!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="bb" style="background-color:#CDB3A9; padding: 20px 5px;">
<h2 style="margin-top: 30px; margin-bottom: 20px;" class="text-center font1">Best Buddies Chapter - BGSU </h2>
<h3 style="margin: 20px 150px; font-size: 15px" class="text-center">I am the Secretary of <a href="https://www.instagram.com/bestbuddiesbg/" class="bestbuddies">Best Buddies at Bowling Green State University.</a> My responsibilities include: posting to Instagram, making posters for our events, and sending reminders to members about meeting times.</h3>
<div class="row">
<div class="col-sm"></div>
<div class="col-sm "><h3 class="colored text-center font2">Instagram Posts</h3></div>
<div class="col-sm"></div>
</div>
<div class="row text-center">
<div class="col-sm">
<img class="center" src="images/assests/BB/match-month.PNG">
</div>
<div class="col-sm">
<img class="center" src="images/assests/BB/days2go.png">
</div>
<div class="col-sm">
<img class="center" src="images/assests/BB/mom2.png">
</div>
</div>
<div class="row">
<div class="col-sm"></div>
<div class="col-sm"><h3 class="colored text-center font2" style="margin-top: 30px;">Event Posters</h3></div>
<div class="col-sm"></div>
</div>
<div class="row text-center">
<div class="col-sm">
<img class="center" src="images/assests/BB/fundraiser.PNG">
</div>
<div class="col-sm">
<img class="center" src="images/assests/BB/Talent-Show.png">
</div>
<div class="col-sm">
<img class="center" src="images/assests/BB/valentine-cards.JPG">
</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><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>