-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprint.php
116 lines (109 loc) · 4.87 KB
/
print.php
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
<? include ('includes/headA.php') ?>
<? include ('includes/hits.php') ?>
<div id='body'>
<!-- <a href='index.php?p=proj1' title='KNOWAtlanta Web Site'>
<img class="proj1" align="right" alt="KNOWAtlanta Web Site" src="./images/project1.jpg" /></a> -->
<!-- <img class="proj1" align="right" alt="will" src="./images/me_blkwht.jpg" /> -->
<h2>Print Design</h2>
<div class="project">
<h3>Pinup Advertisement</h3>
<img src="./images/pinup.jpg" align="right" alt="Pinup Design" width="190" border="0" />
<p>Postcard Ad for eNox Media. Made with Adobe Photoshop.</p>
<?php /* <img src="./images/pinup.jpg" align="right" alt="Pinup Design" width="190" border="0" />
<h4><a name="know"><span class="dtitle">Pinup Advertisement</span></a></h4>
<dl class="data">
<dt><span class="dtitle">Description :</span></dt>
<dd>Postcard Ad for eNox Media <a href="http://www.eNoxMedia.com" target="_blank">eNoxMedia.com</a></dd>
<dt><span class="dtitle">Tools Used :</span> </dt>
<dd>Adobe Photoshop </dd>
<!-- <dt>
<span class="dtitle">Concept :</span>
</dt>
<dd>
The main concern for KNOWAtlanta was a need for search engine hits.
<br />
There was a need for flexibility due to quarterly updates as well as ad placement and functionality.
<br />
<br />
By Introducing CSS for the layout, the designer can break free from frames, apply a clean and controlled work environment from within the site and increase page hits from search engines.
</dd> -->
</dl> */ ?>
</div>
<div class="project">
<h3>Force10 USA Logo Design</h3>
<img src="./images/force10logo.jpg" align="right" alt="Force10 USA Logo" width="190" height="171" border="0" />
<p>Logo design for Force10 USA. Made with Adobe Illustrator</p>
<?php /* <img src="./images/force10logo.jpg" align="right" alt="Force10 USA Logo" width="190" height="171" border="0" />
<h4><a name="know"><span class="dtitle">Force10 USA</span></a></h4>
<dl class="data">
<dt>
<span class="dtitle">Description :</span>
</dt>
<dd>
Logo design for <a href="http://www.force10usa.com" target="_blank">Force10USA.com</a>
</dd>
<dt>
<span class="dtitle">Tools Used :</span>
</dt>
<dd>Adobe Illustrator </dd>
<!-- <dt>
<span class="dtitle">Concept :</span>
</dt>
<dd>
The main concern for KNOWAtlanta was a need for search engine hits.
<br />
There was a need for flexibility due to quarterly updates as well as ad placement and functionality.
<br />
<br />
By Introducing CSS for the layout, the designer can break free from frames, apply a clean and controlled work environment from within the site and increase page hits from search engines.
</dd> -->
</dl> */ ?>
</div>
<div class="project">
<h3>Flyer Design</h3>
<img src="./images/zero_sm.jpg" align="right" alt="Authority Zero Flyer" width="190" height="171" border="0" />
<p>Flyer Design with Authority Zero as the Headliner. Made with Adobe Illustrator, Adobe Photoshop and Adobe InDesign</p>
<?php /*
<h4><a name="know"><span class="dtitle">Authority Zero Flyer</span></a></h4>
<a href="zero.php" title="Full Size" onclick="return popup(this, 'Authority_Zero_Flyer')">
<!-- <a href="./images/zero_lg.jpg" title="Full Size" target="_blank"> -->
<img src="./images/zero_sm.jpg" align="right" alt="Authority Zero Flyer" width="190" height="171" border="0" /> </a> <h4><a name="know"><span class="dtitle">Authority Zero Flyer</span></a></h4>
<dl class="data">
<dt>
<span class="dtitle">Description :</span>
</dt>
<dd>
Flyer design for
<br />
<a href="http://www.thejunctionclearwater.com" target="_blank">The Junction</a> featuring <a href="http://www.authorityzero.com" target="_blank">Authority Zero's</a> first live acoustic performance on the United States East Coast.
</dd>
<dt>
<span class="dtitle">Tools Used :</span>
</dt>
<dd>
Adobe InDesign
</dd>
<dd>
Adobe Illustrator
</dd>
<dd>
Adobe Photoshop
</dd>
<!-- <dt>
<span class="dtitle">Concept :</span>
</dt>
<dd>
The main concern for KNOWAtlanta was a need for search engine hits.
<br />
There was a need for flexibility due to quarterly updates as well as ad placement and functionality.
<br />
<br />
By Introducing CSS for the layout, the designer can break free from frames, apply a clean and controlled work environment from within the site and increase page hits from search engines.
</dd> -->
<dd>
<a href="zero.php" title="Full Size" onclick="return popup(this, 'Authority_Zero_Flyer')">View Full Size</a>
<!-- <a href="#top" title="back to top">back to top</a> -->
</dd>
</dl> */?>
</div>
<? include ('includes/footer.php') ?>