-
Notifications
You must be signed in to change notification settings - Fork 0
/
WDCEP.html
91 lines (85 loc) · 4.36 KB
/
WDCEP.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
<html>
<head>
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="css/font-awesome.min.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="css/style.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="materialize.min.js" media="screen,projection"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dan Rader | Portfolio</title>
</head>
<body>
<div class="wdcep-hero hero">
</div>
<div class="main-content">
<div class="container row">
<div class="col l12 m12 s12 block linderheader">
<img src="images/wdcep/WDCEP_hero.png"/>
</div>
<div class="intro-text col l10 offset-l1 m12 s12">
<h1 class="Title">WDCEP</h1>
<h2 class="Title">Site Architecture, Ux & UI design </h2>
<p>The Washington, DC Economic Partnership provides information, events, and recourses for development and business opportunities in the District of Columbia. Their mission is to support the economic well being of our city by encouraging existing and new businesses to open up shop in the District. With this in mind, we are currently helping them re-target their website. Currently, it is about an organization that does really great work. Instead, we are directing the message towards why DC is special and how you, the user, can get information about it. </p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col l10 offset-l1 m12 s12 block">
<img src="images/wdcep/WDCEP_Sitemap.png"/>
</div>
</div>
<div class="row">
<div class="col l7 m8 s8 block wireframe">
<img src="images/wdcep/WDCEP_wireframe.png"/>
</div>
<div class="col l3 m4 s4 offset-l1 block">
<img src="images/wdcep/WDCEP_mobilewireframe.png"/>
</div>
</div>
<div class="row">
<div class="col l7 offset-l1 m8 s8 block wireframe">
<img src="images/wdcep/WDCEP_mockup.jpg"/>
</div>
<div class="col l2 offset-l1 m4 s4 offset-l1 block">
<img src="images/wdcep/WDCEP_mobilemockup.png"/>
</div>
</div>
</div>
<div class="greybg">
<div class="container">
<div class="row">
<div class="col l10 offset-l1 m12 s12 block atomic">
<img src="images/wdcep/WDCEP_atomic1.jpg"/>
</div>
</div>
<div class="row">
<div class="col l10 offset-l1 m12 s12 block atomic">
<img src="images/wdcep/WDCEP_atomic2.jpg"/>
</div>
</div>
<div class="row">
<div class="col l10 offset-l1 m12 s12 block atomic">
<img src="images/wdcep/WDCEP_atomic3.jpg"/>
</div>
</div>
<div class="row weblink">
<a class="header-link" href="http://www.wdcep.com" target="_blank"><span style="color:#ffab17">—</span>see the end result</a>
</div>
</div>
</div>
<div class="footer">
<a href="index.html"><h1>D<span style="color:#ffab17">a</span>n R<span style="color:#ffab17">a</span>der</h1>
<h2>Full Stack Designer</h2></a>
<p class="contact"> 804.245.1006 | <a href="mailto:howdy@danrdesign.com?Subject=Howdy!" target="_top">howdy@danrdesign.com</a></p>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-84086424-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>