-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
83 lines (76 loc) · 3.19 KB
/
about.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>KCC NMA ART258 Project</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<div class="main_nav">
<div class="nav_buttons img">
<a href="index.html"><img src="images/logo.png" alt=""></a>
</div>
<div class="nav_buttons">
<a href="bff.html"><button type="button" name="button">bff mugs</button></a>
</div>
<div class="nav_buttons">
<a href="about.html"><button type="button" name="button">about</button></a>
</div>
<!-- <div class="nav_buttons">
<button type="button" name="button">contact</button>
</div> -->
</div>
</nav>
<nav class="toggle">
<div class="toggle_button">
<a href="#"><span class="top"></span></a>
<a href="#"><span class="short"></span></a>
<a href="#"><span class="bottom"></span></a>
</div>
<ul>
<a href="index.html"><img src="images/logo.png" alt=""></a>
<li><a href="bff.html">bff mugs</a></li>
<li><a href="about.html">about</a></li>
<!-- <li><a href="#">contact</a></li> -->
</ul>
</nav>
<section class= "section about">
<div class="about_img">
<img src="images/mug_closeup.png" alt="">
</div>
<div class= "about_content">
<div class="about_content_text">
<div class="about_content_text_img">
<img src="images/logo.png" alt="">
</div>
<h2>MUGS WITH MEANING</h2>
<p>
Hello! I'm Eunice, just another fellow day dreamer ...dreaming away :)
My friends and random life events inspire me to create. I love making customized gifts for friends, incoporating the special things about them into whatever I am creating.
</p>
<p>
All of our mugs are exclusive, original designs by Sincerely Eunice.All products are proudly designed, printed and made with love in the US.
Looking for custom designs? We do that too! We do custom lettering, branding and corporate design as well. So if you are in need of custom design work, please give us a shout!
</p>
<p>In our studio, we utilize a combination of hand drawn art with digital conversion and design. The design is then hand pressed onto our ceramic mugs at extreme heat utilizing a sublimation process. This process ensures a high quality with a low tolerance for any defects. The mugs are hand packed and individually wrapped before being dropped off at the post office.</p>
</div>
</div>
<!-- <footer>
<div class="parallax-window" data-parallax="scroll" data-image-src="">
<p class="copyright">
© Sincerely Eunice
</p>
</div>
</footer> -->
<div class="footer about_footer">
<p class="copyright">
© Sincerely Eunice
</p>
</div>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="parallax.min.js"></script>
<script src="script.js"></script>
</body>