-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio-choosekennewick.html
More file actions
68 lines (67 loc) · 2.54 KB
/
portfolio-choosekennewick.html
File metadata and controls
68 lines (67 loc) · 2.54 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Choose Kennewick Campaign</title>
<script src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous">
</script>
<link href="kelseydesign.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab|Roboto:300,700" rel="stylesheet">
<link rel="stylesheet" href="css\kelseydesign.css">
<script type="text/javascript">
$(window).on ('scroll', function () {
if ($(window).scrollTop()){
$('nav').addClass('colored');
}
else {
$('nav').removeClass('colored');
}
});
</script>
</head>
<body>
<div id="homelink"></div>
<header>
<nav>
<div class="navgridtop">
<div class="navlogo">
<a href="https://kelseycreate.com">Kelsey McMahon</a>
</div>
<div class="navlink">
<a href="https://kelseycreate.com/#worklink" class="active">Work</a>
</div>
<div class="navlink">
<a href="https://kelseycreate.com/#skillslink">Skills</a>
</div>
<div class="navlink">
<a href="https://kelseycreate.com/#aboutlink">About</a>
</div>
<div class="navlink">
<a href="https://kelseycreate.com/#contactlink">Contact</a>
</div>
</div>
</nav>
<div class="textbannercolored">
<div style="height:75px;"></div>
<h1>Choose Kennewick Campaign</h1>
</div>
</header>
<div class="portfoliopage">
<p>Choose Kennewick is the district's ongoing recruitment campaign. The objective was to create a campaign that would draw in potential employees to Kennewick schools. I wanted to create a fun and exciting theme that would focus on the concept of living and working in the Kennewick community. The campaign included a website, social media posts, brochures, flyers, and job fair materials.</p>
<img src="Images/Marketing & Branding Choose Kennewick_Page_2.jpg"/><br>
<img src="Images/Portfolio/Mock Up.jpg"/><br>
<img src="Images/Portfolio/PAR Brochure Mockup 2016.jpg"/><br><br>
<center><video controls muted width="400px" height="400px" autoplay loop>
<source src="Images/Portfolio/Choose Kennewick/Sub Video.mp4" type="video/mp4">
</video></center><br><br>
<img src="Images/Choose Kennewick Website.jpg"/><br>
<center><h2>View The Website at <a href="https://www.choosekennewick.com" target="_blank">ChooseKennewick.org</a></h2><br><br></center>
</div>
<footer>
© 2021 Kelsey McMahon
</footer>
</body>
</html>