-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_old.html
124 lines (105 loc) · 4.31 KB
/
index_old.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Artspace Oban">
<title>Artspace Oban</title>
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<style>
html, body {
width: 100%;
height: 100%;
}
body {
font-family: 'Architects Daughter', cursive;
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
#wrap {
min-height: 100%;
}
#main {
overflow:auto;
padding-bottom:150px; /* this needs to be bigger than footer height*/
}
.container {
width: auto;
max-width: 680px;
padding: 0 15px;
}
.nav-masthead .nav-link {
color: rgba(255, 255, 255, .5);
border-bottom: .25rem solid transparent;
}
.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
border-bottom-color: rgba(255, 255, 255, .25);
}
.nav-masthead .nav-link + .nav-link {
margin-left: 1rem;
}
.nav-masthead .active {
color: rgb(9, 8, 8);
border-bottom-color: rgb(55, 50, 50);
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
/* Bump up size of carousel content */
.carousel-caption p {
margin-bottom: 1.25rem;
font-size: 1.25rem;
line-height: 1.4;
}
.featurette-heading {
font-size: 50px;
}
}
@media (min-width: 62em) {
.featurette-heading {
margin-top: 7rem;
}
}
@media (max-width: 400px) {
#foot {
font-size: 0.7rem;
}
}
</style>
<!-- Custom styles for this template -->
<style> @import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap'); </style>
</head>
<body class="d-flex flex-column h-100">
<div class="container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header>
</header>
<!-- Begin page content -->
<div id="wrap"
<div id="main" class="container clear-top">
<span><img src="images/Artspace Oban Logo 1.png" class="img-fluid" alt="Artspace Oban logo"></span>
<p class="display-1">Artspace Oban</p>
<p class="display-6">studios for artists and makers</p>
<p class="lead">if you need a space to work on your arts or crafts away from your home environment with like minded creatives get in touch with us to secure your place</p>
<p class="lead"> mail us at <a class="link active" href="mailto:artspaceoban@gmail.com?Subject=Contact%20from%20artspace%20Oban&Body=Hello Artspace Oban">artspaceoban@gmail.com</a></p>
</div>
</div>
<footer>
<div>
<nav class="navbar fixed-bottom nav-masthead justify-content-center">
<a id="foot" class="navbar-brand" href="#">Copyright © <script>document.write(new Date().getFullYear())</script> Artspace Oban, All rights reserved - </a>
<a class="nav-link py-1 px-0 active" href="mailto:artspaceoban@gmail.com?Subject=Contact%20from%20artspace%20Oban&Body=Hello Artspace Oban">Contact</a>
</nav>
</div>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
</body>
</html>