-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (96 loc) · 3.13 KB
/
index.html
File metadata and controls
96 lines (96 loc) · 3.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Studio Almanac
</title>
<link rel="stylesheet" href="./styles/SA_styles.css">
<script src="./scripts/SA_scripts.js" async></script>
<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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
</head>
<body class="site">
<div class="header">
<div class="header__nav">
<div class="left-col">
<span class="nav__item nav__item--active">
<a href="./index.html">
Stories
</a>
</span>
</div>
<div class="center-col">
<a href="./index.html">
<image class="graphic-x-large" src="./links/graphics/SA_mark.png" alt="Studio Almanac"></image>
</a>
</div>
<div class="right-col">
<a href="https://www.instagram.com/studioalmanac" target="_blank">
<span class="button">
Follow
</span>
</a>
</div>
</div>
</div>
<div class="main">
<div class="slideshow-section">
<div>
<image class="slide" src="./links/stills/brandon-ray-cole_still_01.jpg">
</div>
<!--
<div>
<image class="slide" src="./links/stills/brandon-ray-cole_still_02.jpg">
</div>
<div>
<image class="slide" src="./links/stills/brandon-ray-cole_still_03.jpg">
</div>
<div>
<image class="slide" src="./links/stills/brandon-ray-cole_still_04.jpg">
</div>
-->
</div>
<div class="text-section">
<div class="text-block">
<span class="text-medium">
Creators who have gone before
</span>
<span class="text-regular">
Experience the stories of creators who have gone before as they share formative memories and revelatory moments that have led them to create things not seen but believed in.
</span>
</div>
</div>
<div class="gallery-section">
<a class="gallery-container" href="./pages/watch.html">
<image class="gallery-image" src="./links/stills/watch.png"></image>
<span class="text-small">
Watch
</span>
</a>
<a class="gallery-container" href="./pages/SA_origin-cotc_about.html">
<image class="gallery-image" src="./links/stills/learn.png"></image>
<span class="text-small">
Read
</span>
</a>
</div>
</div>
<div class="footer">
<a href="./index.html">
<image class="graphic-3x-large" src="./links/graphics/SA_icon.png"></image>
</a>
<div class="footer__nav">
<div class="left-col">
<span class="button"><a href="mailto:hello@studioalmanac.com">Contact</a></span>
</div>
<div class="center-col">
<span class="text-small">
Copyright Studio Almanac, LLC 2025</span>
</div>
</div>
</div>
</body>
</html>