-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject_kaop.html
61 lines (50 loc) · 3.12 KB
/
project_kaop.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KAOP</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="https://use.typekit.net/qcv1anj.css">
<!-- Stylesheet for "Brother 1816" typeface from Adobe Typekit -->
<link rel="stylesheet" href="css/master.css">
</head>
<body>
<header>
<a id="logo" href="index.html"><img src="img/martus_logo.svg" alt="Logo"></a>
<a id="hamburger" href="#nav">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
<!-- Links to bottom of the page where navigation is located. -->
</header>
<main>
<h1>KAOP</h1>
<h2>BVT Senior Project</h2>
<section id="description">
<h4>Applications</h4>
<ul>
<li>Adobe Dreamweaver</li>
<li>Adobe Illustrator</li>
<li>Adobe InDesign</li>
</ul>
<p>Seniors at Blackstone Valley Regional Vocational High School are expected to produce a capstone project in their vocational area over the course of their senior year that demonstrates the skills they have developed during their education. For Multimedia Communication, students must seek out clients in need of some form of design work.</p>
<p>At the end of my Junior Year I was approached by Adele Ellis, the underclassmen instructor in my vocational area with an idea of pitching a new program to educate youth in the area about the dangers of online predators. Over the course of my senior year I worked closely with her to build a cohesive campaign from the ground up.</p>
<p>Essentially, my goal was to build an organization similar to D.A.R.E., a drug prevention program targeted towards American youth, but instead focused on online predators. Though the project never went live, and not what I would consider to be my "finest" work, it demonstrates my creative process from start to finish through several final deliverables including a website coded using HTML and CSS that contained both a children's section and a parent/guardian's section that presented similar information, but in terms geared for each demographic. Additionally, I developed a logo, established a general brand identity, an email template, and a handout pamphlet. The initial intent was to meet with the Wocester County District Attorney's office and present my work and potentially put it live on the web as well as introduce the program to local police departments, but our contact with the office fell through and the project did not move forward.</p>
</section>
<a href="portfolio.html" class="button">Back to My Work</a>
</main>
<footer>
<p>© 2018 Erik Martus</p>
</footer>
<nav id="nav">
<ul>
<!-- <li><a id="home" href="index.html">Home</a></li> -->
<li><a id="about" href="about.html">Get to Know Me</a></li>
<li><a id="port" href="portfolio.html">My Work</a></li>
<li><a id="contact" href="contact.html">Get in Touch</a></li>
</ul>
</nav>
</body>
</html>