-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (97 loc) · 5.8 KB
/
index.html
File metadata and controls
109 lines (97 loc) · 5.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Information -->
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, maximum-scale=1.0">
<meta name="description" content="TechnoHacks is Skyline's annual hackathon for students, run by students.">
<meta name="keywords" content="TechnoHacks, social good, tech, hackathon">
<meta name="author" content="TechnoHacks">
<meta property="og:site_name" content="TechnoHacks">
<meta property="og:image" content="http://hackdavis.io/2018/img/cover.png">
<meta property="og:title" content="TechnoHacks: Code for Social Good">
<meta property="og:description" content="TechnoHacks is Skyline's annual hackathon for students, run by students.">
<meta property="og:url" content="http://hackdavis.io">
<!-- External libraries -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/node-waves/0.7.5/waves.min.css">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="2017/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" href="img/th logo.png" sizes="16x16">
<link rel="icon" type="image/png" href="img/th logo.png" sizes="32x32">
<link rel="manifest" href="img/favicon/manifest.json">
<link rel="mask-icon" href="2017/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<!-- User Stylesheets -->
<link rel="stylesheet" type="text/css" href="css/styles.css?v=10">
<link rel="stylesheet" type="text/css" href="css/mobile.css?v=8">
<style>
body {
font-family: 'Inconsolata', monospace;
padding: 20px;
margin: 0;
background-color: #f9f9f9;
}
.pr {
background-color: white;
padding: 30px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
max-width: 800px;
margin: 0 auto;
}
.title-container {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
.logo {
width: 50px;
height: 50px;
margin-right: 15px;
}
h3 {
text-align: center;
font-size: 1.8rem;
margin: 0;
}
h2 {
text-align: center;
font-size: 1.5rem;
margin-top: 20px;
}
p {
font-size: 1rem;
line-height: 1.6;
text-align: justify;
}
strong {
font-weight: bold;
}
.contact {
margin-top: 20px;
}
</style>
</head>
<body>
<div class="pr">
<div class="title-container">
<img src="img/th logo.png" alt="TechnoHacks Logo" class="logo">
<p style="text-align: left;"><strong>For immediate release </strong></p>
<p style="text-align: right;"> - Sammamish, Washington – 2025</p>
</div>
<div class="title-container">
<h3>TechnoHacks, the Issaquah School District’s Premier Hackathon</h3>
</div>
<p>TechnoHacks is a weekend-long invention marathon for Issaquah School District middle and high schoolers as an introduction to the professional tech and business world. The event is scheduled for February 8 and 9 of 2025, at Skyline High School.</p>
<p>TechnoHacks encourages Sammamish and Issaquah’s younger generation to enter STEM, exposing them to the excitement of coding and entrepreneurship. Open to students of all experience levels, participants will form teams, brainstorm, and develop innovative projects that address the United Nations' 17 sustainable goals. The event is especially catered towards beginners, with workshops and mentoring to guide them through their first hackathon. </p>
<p>"I participated in my first hackathon in my freshman year, and that's what led me to discover my passion for app development and entrepreneurship. I hope TechnoHacks can have the same effect on students and encourage them to explore everything technology and business can accomplish together," explained Sneha Moudgalya, founder and lead organizer of TechnoHacks.</p>
<p>Saisha Pandit, a student registered for the event, said, "I’m excited to be in my first hackathon! I have no previous experience in coding and can’t wait to learn how to create an impactful project. I hope to leave with meaningful connections and an insight into the tech world." </p>
<p><strong>About TechnoHacks:</strong></p>
<p>TechnoHacks was founded by Skyline High School students who love app development and want to share their passion with others. Realizing the lack of free tech and entrepreneurial competitions in the Sammamish-Issaquah area, we wanted to host inclusive events where students can explore, innovate, and learn. Our mission is to empower students with the skills and confidence to tackle real-world challenges while building a community that celebrates creativity and collaboration. TechnoHacks aims to inspire the next generation of leaders in technology and entrepreneurship. </p>
<br>
<p>Please direct all media inquiries to Sneha Moudgalya at 425-657-9640 or moudgalya.sneha@gmail.com. To request an interview, contact Kruthi Sathyanarayana at 425-599-7414 or shstechnovation@gmail.com. More details about TechnoHacks can be found at <a href="http://technohacks.org" target="_blank">technohacks.org</a>.</p>
</div>
</body>
</html>