-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
202 lines (170 loc) · 5.43 KB
/
about.html
File metadata and controls
202 lines (170 loc) · 5.43 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
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About – Strata Nova</title>
<meta name="description" content="We take observations, turn them into data, extract what matters, and translate it back into something people can use." />
<meta property="og:title" content="About – Strata Nova" />
<meta property="og:description" content="We take observations, turn them into data, extract what matters, and translate it back into something people can use." />
<meta property="og:url" content="https://stratanova.no/about" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://stratanova.no/assets/stratanova_logo_symbol_only%20copy_quadratic.png" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;500&family=Exo+2:wght@100;200;300;400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<!-- Link to main CSS file -->
<link rel="stylesheet" href="styles/main.css">
<style>
/* Keeping only the styles specific to about.html that aren't in main.css */
.page-wrapper {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.content {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
max-width: 1000px !important;
margin: 0 auto !important;
padding: 2rem !important;
padding-top: 90px !important;
box-sizing: border-box !important;
}
.about-text-wrapper {
width: 100%;
max-width: 750px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
.about-text-wrapper p,
.about-text-wrapper ol,
.about-text-wrapper ul {
max-width: 100% !important;
}
/* Additional heading style */
h2 {
font-size: 1.5rem;
margin-top: 2rem;
text-transform: uppercase;
font-family: 'Exo 2', sans-serif;
color: #ffffff;
font-weight: 300;
letter-spacing: 1px;
margin-bottom: 1rem;
}
/* Profile elements */
.profile-pic {
width: 100px;
border-radius: 50%;
margin-bottom: 1rem;
opacity: 0.95;
}
.email a {
color: #ffffff;
text-decoration: underline;
}
.social-links {
margin-top: 1rem;
}
.social-links a {
color: #ffffff;
font-size: 1.5rem;
margin-right: 1rem;
text-decoration: none;
transition: color 0.2s ease;
}
.social-links a:hover {
color: #dfefff;
}
/* Mobile responsive adjustments */
@media (max-width: 768px) {
.content {
max-width: 100% !important;
padding: 0 1rem !important;
padding-top: 90px !important;
}
h1, h2, h3 {
max-width: 100% !important;
padding: 0 0.5rem !important;
}
p {
max-width: 100% !important;
padding: 0 0.5rem !important;
}
ol, ul {
max-width: 100% !important;
padding-left: 2rem !important;
padding-right: 1rem !important;
}
.social-links a {
padding: 10px;
min-width: 44px;
min-height: 44px;
display: inline-flex;
align-items: center;
justify-content: center;
}
}
@media (max-width: 480px) {
h2 {
font-size: 1.2rem;
}
.profile-pic {
width: 80px;
}
.social-links a {
font-size: 1.3rem;
}
}
</style>
</head>
<body>
<canvas id="bg"></canvas>
<div class="page-wrapper">
<!-- Top Navigation (Visible on subpages) -->
<nav class="top-nav">
<a href="/">
<img src="assets/stratanova_logo_symbol_only copy_quadratic.png" alt="Strata Nova symbol" class="logo-nav" />
</a>
<ul>
<li><a href="about">About</a></li>
<li><a href="people">People</a></li>
<li><a href="projects">Projects</a></li>
<li><a href="services">Services</a></li>
<li><a href="news">News</a></li>
<li><a href="contact">Contact</a></li>
</ul>
</nav>
<!-- Page Content -->
<div class="content">
<section id="about">
<div class="about-text-wrapper">
<h1>About Strata Nova AS</h1>
<p>Strata Nova is a research startup working at the intersection of data, machine learning, and research methods.</p>
<p>We take observations, turn them into data, extract what matters, and translate it back into something people can use. That loop — and how to do it rigorously — is what drives our work.</p>
<p>Our team combines backgrounds in cognitive neuroscience, psychology, computer science, and business analytics. We care as much about the method as the result — because how you collect, structure, and analyse data shapes everything downstream.</p>
<p style="text-align: center;">We work openly and build on what we learn.</p>
</div>
</section>
</div>
<script src="scripts/animation/neuronAnimation.js"></script>
<footer class="footer">
<div class="footer-content">
<div class="copyright">
© <span id="copyright-year"></span> Strata Nova AS
</div>
<div class="contact">
<a href="mailto:contact@stratanova.no">contact@stratanova.no</a>
</div>
</div>
</footer>
<script>
// Set copyright year dynamically
document.getElementById('copyright-year').textContent = new Date().getFullYear();
</script>
</div>
</body>
</html>