-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
175 lines (160 loc) · 8.93 KB
/
index.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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!-- X-Frame-Options security. Use through the server
https://codingeloper.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Angeleah Hoeppner">
<meta name="description" content="This website showcases the creative and codingelopment work I am most proud of.">
<title>Portfolio</title>
<meta name="viewport" content="width=codingice-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Italianno|Raleway" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<!-- Font awesome icons -->
</head>
<body>
<header>
<h1 id="main-header">Angeleah Creates & Codes</h1>
<div id="hamburger-menu">
<input id="menu-toggle" type="checkbox" />
<label class="menu-btn" for="menu-toggle">
<span></span>
</label>
<nav class="collapsible-menu">
<ul id="menu">
<li><a href="#creative">creates</a></li>
<li><a href="#coding">codes</a></li>
<li><a href="#about">about</a></li>
<li><a href="#contact">contact</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section id="creative" class="subarticle">
<header>
<h3 class="highlight section-title">Creative</h3>
</header>
<article class="card subsection">
<img alt="graphic creative example: stamp with a bare tree in winter"
src="https://mir-s3-cdn-cf.behance.net/project_modules/disp/9136465719780.560240da3f427.gif">
<caption>Four Seasons Stamps</caption>
<hr>
<!-- Toggle info -->
<input type="checkbox" id="toggle-creative-first" class="toggle">
<label for="toggle-creative-first" class="toggle-label">More info</label>
<!-- End Toggle info -->
<div class="collapsible">
<p><span class="highlight">Client:</span>School Assignment ::
<br />North Island College - Fine Art and Design program
</p>
<p><span class="highlight">Need:</span> The assignment was to design a stamp in Adobe Illustrator
utilizing a scanned image.</p>
<p><span class="highlight">Idea:</span> My original image was the whimsical tree featured in the
centre of the stamp. I chose to do a
series of four stamps instead of the one assigned.</p>
</div>
</article>
<article class="card subsection">
<img alt="graphic creative example: logo for a fictional cafe. A lower case I with a yellow glow around the dot above it."
src="https://mir-s3-cdn-cf.behance.net/project_modules/disp/d42a115719633.5602424ad8b75.gif">
<p>illuminé café</p>
<hr>
<!-- Toggle info -->
<input type="checkbox" id="toggle-creative-second" class="toggle">
<label for="toggle-creative-second" class="toggle-label">More info</label>
<!-- End Toggle info -->
<div class="collapsible">
<p><span class="highlight">Client: </span>School Assignment ::
North Island College - Fine Art and Design program
</p>
<p><span class="highlight">Need: </span>Create a restaurant and an identity for it. The
illuminé café
is a high-end cafe. Something that would be located in a downtown business sector. A place
young, up and comers would frequent. illuminé café does not need to push itself to
beat the
competition, it's all about understated elegance.</p>
<p><span class="highlight">Idea:</span> To keep within the clean and simple modern style I designed
a simple logo and followed through with an open feel in all creative elements.</p>
</div>
</article>
<article class="card subsection">
<img alt="graphic creative example: Cover creative for a monthly newspaper/magazine. It depicts a graphic sun in the upper left corner with rays descending behind the image. The image is a sailboat with the name of The First Ediction, the edition number, and the price around it."
src="https://mir-s3-cdn-cf.behance.net/project_modules/disp/40a06c5718633.56024233395b0.gif">
<p>First Edition</p>
<hr>
<!-- Toggle info -->
<input type="checkbox" id="toggle-creative-third" class="toggle">
<label for="toggle-creative-third" class="toggle-label">More info</label>
<!-- End Toggle info -->
<div class="collapsible">
<p><span class="highlight">Client: </span>The First Edition is a small monthly newspaper. The paper
caters to a small quirky community</p>
<p><span class="highlight">Need: </span>The cover changes from month to month. Each month a
different ocal artist designs a new cover, making each one unique and special. These covers need
to work well with a basic black and white printing press, photos do not print well.</p>
<p><span class="highlight">Idea: </span>I created a variety of covers that would fit in different
seasons. I wanted to keep the covers visually interesting and retain elements that were native
to the community
</p>
</div>
</article>
</section>
<section id="coding" class="subarticle">
<header>
<h3 class="highlight section-title">Coding</h3>
</header>
<article class="card coding subsection"> <!--TODO Remove coding when other programs added-->
<a href="scriptExamples/Calculator/index.html" target="_blank"> <img alt="Image of a simple calculator"
src="images/calculator image.png"></a>
<p>Vanilla JS Calculator</p>
<hr>
<!-- Toggle info -->
<input type="checkbox" id="toggle-coding-first" class="toggle">
<label for="toggle-coding-first" class="toggle-label">More info</label>
<!-- End Toggle info -->
<div class="collapsible">
<p><span class="highlight">Client:</span>Me
</p>
<p><span class="highlight">Need:</span>To create a simple calculator using only vanilla JavaScript
</p>
</div>
</article>
</section> <!-- TODO Uncomment when other projects are added-->
<section id="about" class="subarticle">
<header>
<h3 class="highlight section-title">About</h3>
</header>
<p>
Coder extraordinaire in the making.
</p>
<p>I have always had two loves in my life; computers and art, and pursued both from a young age.</p>
<p>Whether coding or developing a photo; there is something magical about the transformation of nothing
into something beautiful
</p>
</section>
</main>
<footer id="contact">
<p>Angeleah Hoeppner</p>
<p>Please email me at <span class="blockSpam" aria-hidden="true">PLEASE GO AWAY!</span>a.hoeppner@
<!--Comment to fool bots-->yahoo.ca
</p>
<div id="socialIcons">
<a href="https://www.instagram.com/gellbel/" target="_blank">
<!-- Insta icon -->
<svg width="48" height=48 version="1.1" id="insta" xmlns=" http://www.w3.org/2000/svg"
aria-labelledby="instaTitle instaDesc" role="img">
<title id="instaTitle">Visit my Instagram</title>
<desc id="instaDesc">The Instagram logo</desc>
<rect id="instaRect" x="6" y="8" rx="10" ry="10" width="36px" height="36px" stroke="black"
fill="transparent" stroke-width="5" />
<circle id="instaLens" cx="24" cy="26" r="9" fill="transparent" stroke="black" stroke-width="2" />
<circle id="instaFlash" cx="33" cy="15" r="2" fill="black" />
</svg>
</a>
<a href="https://github.com/gelbelle" target="_blank"><img alt="Visit my github" id="githubIcon"
src="https://img.icons8.com/glyph-neue/512/github.png"></a>
</div>
</footer>
</body>
</html>