Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
2fb1754
small changes
tiredwren Dec 1, 2024
4bccadf
bold
tiredwren Dec 1, 2024
8cbd217
some more construction changes
tiredwren Dec 1, 2024
5a6bab9
updated links
tiredwren Dec 1, 2024
779d7c0
icon added to dev page
tiredwren Dec 1, 2024
7b57ae0
fixed image?
tiredwren Dec 1, 2024
b9687dd
logo added!
tiredwren Dec 2, 2024
5838e9d
logo added pt 2
tiredwren Dec 2, 2024
7eda839
logo->svg
tiredwren Dec 2, 2024
7121800
test
tiredwren Dec 2, 2024
f70b512
added back city
tiredwren Dec 4, 2024
96f735d
changed surface text
tiredwren Dec 8, 2024
f9d3113
removed sponsor button & sponsor list
tiredwren Dec 8, 2024
6491df9
no more sponsors?
tiredwren Dec 8, 2024
ffea3fc
trying smth
tiredwren Dec 8, 2024
5dd272a
hmm
tiredwren Dec 8, 2024
ddce15c
last
tiredwren Dec 8, 2024
33fd350
ok actually removed sponsors
tiredwren Dec 8, 2024
a39b8de
ok now last
tiredwren Dec 8, 2024
3d36d96
logo change
tiredwren Dec 8, 2024
74c7353
nav fixed maybe
tiredwren Dec 8, 2024
7602e2c
test
tiredwren Dec 8, 2024
515e8e4
navbar fixed i think
tiredwren Dec 8, 2024
338b34f
LAST CHANGE I SWEAR
tiredwren Dec 8, 2024
08dafcf
lol
tiredwren Dec 8, 2024
e424e77
hi
tiredwren Dec 8, 2024
02d5a2a
press release
tiredwren Dec 10, 2024
12230f5
hello
tiredwren Dec 11, 2024
7386376
press-release -> index
tiredwren Dec 11, 2024
5bbfa9d
rename folder
tiredwren Dec 11, 2024
424f8c9
centered?
tiredwren Dec 11, 2024
3e3848d
added margins
tiredwren Dec 11, 2024
ecc9671
some style stuff
tiredwren Dec 11, 2024
6125ce3
pr
tiredwren Dec 11, 2024
0236cda
changed some styles
tiredwren Dec 11, 2024
90826fd
more styles
tiredwren Dec 11, 2024
90906c0
proper logo
tiredwren Dec 11, 2024
71b8d8a
paragraphs
tiredwren Dec 11, 2024
3c28b09
couple changes
tiredwren Dec 11, 2024
c11f796
again
tiredwren Dec 11, 2024
2f2c179
ugh
tiredwren Dec 11, 2024
f742bed
last
tiredwren Dec 11, 2024
b5f3235
right align?
tiredwren Dec 13, 2024
2b8464c
add dash
tiredwren Dec 13, 2024
2738449
space
tiredwren Dec 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 2018/css/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
border-radius: 0;
opacity: 1;
padding: 0;
background: #2c2219;
}
#rearNav.opaque {
opacity: 0;
Expand Down
Binary file added 2018/img/th logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
151 changes: 85 additions & 66 deletions 2018/index.html

Large diffs are not rendered by default.

Binary file added img/computer science.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/th logo small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/th logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 20 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,38 @@

<head>
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1.0, maximum-scale=1.0">
<meta name="description" content="HackDavis is UC Davis' annual hackathon for students, run by students.">
<meta name="keywords" content="HackDavis, social good, tech, hackathon">
<meta name="author" content="HackDavis">
<meta property="og:site_name" content="HackDavis">
<meta name="description" content="TechnoHacks is Skyline's annual hackathon for students, run by students.">
<meta name="keywords" content="TechnoHacks, social good, tech, hackathon, inclusive, underrepresented, Technovation">
<meta name="author" content="TechnoHacks">
<meta property="og:site_name" content="TechnoHacks">
<meta property="og:image" content="http://hackdavis.io/img/cover.png">
<meta property="og:title" content="HackDavis: Code for Social Good">
<meta property="og:description" content="HackDavis is UC Davis' annual hackathon for students, run by students. On January 19-20 2019, over 700 students, hackers, and creatives will come together for 24 hours of hacking. We're providing an environment to bring together the most talented students in California to address the world's most pressing social issues.">
<meta property="og:url" content="http://hackdavis.io">
<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. On January 19-20 2019, over 700 students, hackers, and creatives will come together for 24 hours of hacking. We're providing an environment to bring together the most talented students in California to address the world's most pressing social issues.">
<meta property="og:url" content="http://technohacks.org">
<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">

<!-- External libraries-->
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<meta name="theme-color" content="#ffffff">
<meta name="theme-color" content="#ffffff"
>
<!-- User Stlesheets -->
</head>

<body>
<div id="background">
<div class="center">
<object class="logo" data="SVG/Logo.svg"></object>
<h1 class="brand-name">HACK<b>DAVIS</b></h1>
<p div class="center-text"> &nbsp Good things are to come! We are
<object class="logo" data="img/th logo small.svg"></object>
<h1 class="brand-name"><b>TECHNO</b>HACKS</h1>
<p div class="center-text"> &nbsp Thanks for stopping by! We are
<br> &nbsp in the process of building our site,
<br> &nbsp but feel free to reach out to us. </p> <a href="http://eepurl.com/djDK0j" class="button3">Get On The Mailing List </a> <a href="mailto:team@hackdavis.io" class="button3">Sponsor Us</a> </div>
<br> &nbsp; but feel free to reach out to us. </p>
<a href="https://mailchi.mp/3957f3cdc835/sign-up-for-the-mailing-list" class="button3">Get On The Mailing List</a>
<a href="mailto:shstechnovation@gmail.com" class="button3">Sponsor Us</a>
<a href="https://technohacks.org/press-release" class="button3">Read Our Press Release</a>
</div>
<object id="city" data="SVG/City.svg"></object>
<object id="light" data="SVG/Light.svg"></object>
<div class="mobile-bottom">
Expand Down
109 changes: 109 additions & 0 deletions press-release/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 &ndash; 2025</p>
</div>
<div class="title-container">
<h3>TechnoHacks, the Issaquah School District&rsquo;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&rsquo;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&rsquo;m excited to be in my first hackathon! I have no previous experience in coding and can&rsquo;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>
6 changes: 6 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ a.button3:hover {}
z-index: 2;
}

.pr {
font-family: "Montserrat";
color: black;
padding: 10%;
}

.center-text {
font-family: "Montserrat";
color: #D0F7F6;
Expand Down