-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgeneric.html
More file actions
97 lines (91 loc) · 4.47 KB
/
Copy pathgeneric.html
File metadata and controls
97 lines (91 loc) · 4.47 KB
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
<!DOCTYPE HTML>
<!--
Alpha by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Fransef - About Us</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<!--
<h1><a href="index.html">Alpha</a> by HTML5 UP</h1>
-->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li>
<a href="#" class="icon solid fa-angle-down">Explore</a>
<ul>
<li><a href="generic.html">About Fransef</a></li>
<li><a href="contact.html">Contact Us</a></li>
<!--<li><a href="elements.html">Elements</a></li>-->
<li>
<a href="index.html#gallery">Gallery</a>
<ul>
<li><a href="commissions.html">Commissioned Pieces</a></li>
<li><a href="passions.html">Passion Projects</a></li>
<!-- <li><a href="#">Option Three</a></li>
<li><a href="#">Option Four</a></li> -->
</ul>
</li>
</ul>
</li>
<!-- <li><a href="#" class="button">Sign Up</a></li> -->
</ul>
</nav>
</header>
<!-- Main -->
<section id="main" class="container">
<header>
<h2>Fransef</h2>
<p>A couple working through life with intertwined creativity.</p>
</header>
<div class="box">
<span class="image featured"><img src="images/pic06.jpg" alt="" /></span>
<h3>How Fransef Came to Be</h3>
<p>In 1964, Franc and Josef Calbury had been dabbling in the art of ceramics for about 2 years. When class at the Slovakia Community School of Arts began, Franc and Josef started working together to combine their unique and fluid styles to form beautiful works of art. As years passed and Franc and Josef came to be known as Fransef, they traveled to the beautiful country of New Zealand and found the community to be a deep well of inspiration. As Fransef accomplished their own artistic desires time and time again, they wanted to share that experience with those who may not have the time to pursue such a passion. So in 2020, Franc and Josef Calbury founded Fransef Ceramics to help these ideas come to life.</p>
<div class="row">
<div class="row-6 row-12-mobilep">
<h3>A message from Josef Calbury</h3>
<p>My wife and I have found this unbelievably satisfying way to share our joy with the world. At no harm to anyone or anything, we can help make people achieve their dreams. It means so much to us that you have even considered us for this significant task. From the bottom of my heart, thank you.</p>
</div>
<!-- <div class="row-6 row-12-mobilep">
<h3>And another subheading</h3>
<p>Adipiscing faucibus nunc placerat. Tempus adipiscing turpis non blandit accumsan eget lacinia nunc integer interdum amet aliquam ut orci non col ut ut praesent. Semper amet interdum mi. Phasellus enim laoreet ac ac commodo faucibus faucibus. Curae lorem ipsum adipiscing ac. Vivamus ornare laoreet odio vis praesent.</p>
</div> -->
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<!-- <li><a href="#" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="#" class="icon brands fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon brands fa-google-plus"><span class="label">Google+</span></a></li> -->
</ul>
<ul class="copyright">
<li>© Fransef Ceramics. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>