-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
221 lines (221 loc) · 10.1 KB
/
index.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
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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rudra Sekhri</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="animations.css">
<link rel="stylesheet" href="mobile.css">
<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=Inter:wght@200;300&display=swap" rel="stylesheet">
</head>
<body>
<div class="navbar">
<ul>
<li><a href="">Home</a></li>
<li><a href="">About</a></li>
<li><a href="">Work</a></li>
</ul>
</div>
<div class="cursor"></div>
<div class="loading">
<div><h1><div class="line" style="--animation-index: 1;">Storytelling</div></h1></div>
<div class="second-line"><h1 style="width:35%;"><div class="line" style="--animation-index: 2;">is my</div></h1> <div class="question"><p>What's yours?</p></div></div>
<div><h1><div class="line" style="--animation-index: 3;">superpower.</div></h1></div>
</div>
<div class="scroll-container">
<div class="hero">
<div class="hero-bg"></div>
<div class="hero-content">
<h1><div>Rudra Sekhri</div></h1>
<div class="hero-grid">
<div class="text">
<p>Communicating stories in astronomy, climate change and the other organisations</p>
<a href="">Learn My Story</a>
</div>
<div class="image" id="imageContainer">
<img src="hero-image.png" alt="" id="myImage">
</div>
</div>
</div>
</div>
<div class="why">
<div class="title">
<h1>Why is storytelling so important?</h1>
</div>
<div class="boring">
<p>Facts are boring. Jargon is boring and annoying. To you, paragraphs of text probably look like the mess below.</p>
</div>
<div class="importance">
<p>Instead, storytelling allows you to highlight qualities rather than facts. People care more about personality rather than results.</p> </div>
<div class="annoying">
<img src="annoying-text.svg" alt="">
</div>
</div>
<div class="astronomy">
<div class="astronomy-bg"></div>
<div class="astronomy-content">
<h1>Storytelling through astronomy</h1>
<div class="astronomy-grid">
<div class="cell">
<p>Research paper on the latest dataset on stars from the Gaia Telescope</p>
<a href="">View</a>
</div>
<div class="cell">
<p>Author of a book on the Solar System called The Nine Marbles</p>
<a href="">View</a>
</div>
</div>
</div>
</div>
<div class="environment">
<div class="environment-bg"></div>
<div class="environment-content">
<h1>Storytelling through climate change</h1>
<div class="environment-grid">
<div class="cell">
<p>Led a student team in the development of a solution to tackle street litter</p>
<a href="">View</a>
</div>
<div class="cell">
<p>Author of a climate change book titled “The Earth Needs You”</p>
<a href="">View</a>
</div>
</div>
</div>
</div>
<div class="video">
<div class="video-bg"></div>
<div class="video-content">
<h1>Storytelling through video and music</h1>
<div class="video-grid">
<div class="cell">
<p>Running an outreach organisation focused on content creation</p>
<a href="">View</a>
</div>
<div class="cell">
<p>Make music for my videos, as well as general. Check it out on SoundCloud</p>
<a href="">View</a>
</div>
</div>
</div>
</div>
<div class="more-work">
<div class="first-col">
<h1>Just as a final pinch of salt...</h1>
<img src="saltbae.gif" alt="" class="salt-bae">
<div class="work-card">
<div class="work-info">
<p>Australian Ambassador at international competition IAAC</p>
<a href="">View</a>
</div>
</div>
</div>
<div class="second-col">
<div class="work-card">
<div class="work-info">
<p>Installation of water quality sensors in Melbourne to protect local species</p>
<a href="">View</a>
</div>
</div>
<div class="text">
<p>Oh but there's more. The only problem is... it's going to get boring. If you want to see more, click the button below</p>
<a href="" class="more-work-btn">View more work</a>
</div>
</div>
</div>
<div class="about">
<div class="text">
<h1>Hi, my name is Rudra Sekhri, and I'm an astronomer, environmentalist, programmer, and a public speaker.</h1>
<p>I've been working with universities in the latest, cutting-edge astronomy research. I've also been working with governments to enact action around climate change.</p>
<div class="stats">
<h2>Age: 17</h2>
<h2>Number of publications: 7</h2>
<h2>Number of awards: 10+</h2>
<h2>Coolness factor (%) - 1000%</h2>
</div>
</div>
<div class="image">
<img src="me.jpg" alt="">
</div>
</div>
<div class="scroll-distort">
<div class="featured">
<h1>Featured</h1>
<div class="organisations">
<img src="abc.svg" alt="">
<img style="width:7vw;" src="sbs.svg" alt="">
<img src="city-of-whittlesea.svg" alt="">
<img src="vic-gov.svg" alt="" style="width:7vw;">
<img src="science-illustrated.svg" alt="">
<img src="star-weekly.svg" alt="">
<img src="the-whimper-podcast.svg" alt="" style="width:5vw;">
</div>
</div>
<div class="awards">
<div class="title">
<h1>Awards</h1>
<div class="link">
<p>For a list of more awards and honours, click the button below.</p>
<a href="">View more awards</a>
</div>
</div>
<div class="awards-list">
<p>City of Whittlesea Young Citizen of the Year Recipient 2021</p>
<p>Victorian Design Waste Challenge First Prize 2019</p>
<p>Australian Defence Force Future Innovator's Award 2022</p>
<p>International Astronomy and Astrophysics Competition National Award 2021</p>
<p>Alphington Grammar School Leadership Award 2023</p>
<p style="border-bottom:2px solid #ddd;">Alphington Grammar School Demotius Citizenship Award 2023</p>
</div>
</div>
</div>
<div class="contact">
<div class="contact-bg"></div>
<div class="contact-content">
<h1>Do you have your own superpower? Let's team up!</h1>
<a href="">Contact Me</a>
<div class="socials">
<a href="">LinkedIn</a>
<a href="">Twitter</a>
<a href="">YouTube</a>
<a href="">GitHub</a>
<a href="">SoundCloud</a>
<a href="">Instagram</a>
</div>
</div>
</div>
<div class="footer">
<div class="main">
<div class="ending">
<h1>The moral of the story?</h1>
<h1>Let's Break Convention Together</h1>
<h1>The End</h1>
<p>Designed and Developed by Rudra Sekhri</p>
</div>
<div class="navigation">
<a href="">Back to top</a>
</div>
</div>
<div class="copyright">
<p class="black">© 2023</p>
<div class="footer-bg">
<p class="white"> © 2023</p>
</div>
</div>
</div>
</div>
<script src="cursor.js"></script>
<script src="https://cdn.jsdelivr.net/gh/studio-freight/[email protected]/bundled/lenis.min.js"></script>
<script src="smooth-scroll.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/0.149.0/three.min.js" integrity="sha512-6p9lGA4Cm89KiwN1CixiOVQU2H9e13LeYoN6/Hj/qoUhtrMW5vNiqQz9Z96Z7/I8u89ghL6SPBz9na5HFVzF3g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script type="module" src="image-hover-effect.js"></script>
<script src="background-image-transition.js"></script>
<script src="scroll-distort.js"></script>
<script src="https://unpkg.com/split-type"></script>
<script src="parallax.js"></script>
<script src="transitions.js"></script>
</body>
</html>