Skip to content
Snippets Groups Projects
Commit 390e08de authored by Olivier Goulet's avatar Olivier Goulet
Browse files

Merge branch 'oliviergoulet/main/71-2' into 'main'

feat(events): Content update for Hackathon 2023

Closes #71

See merge request eclipsefdn/it/websites/sdv.eclipse.org!83
parents e4e02b5e 0b458c8e
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ custom_jumbotron: |
</small>
</p>
<div class="jumbotron-links flex-center gap-10">
<a class="btn btn-primary" href="https://docs.google.com/forms/d/e/1FAIpQLSer3oIpVCrzkQGW9UwPtqeVEHk68gpg9XoTogi81Rvvumx8_g/viewform?usp=sf_link">
<a class="btn btn-primary" href="https://sdvhackathon.eventbrite.com">
Apply Now
</a>
<a class="btn btn-neutral visible-xs visible-sm" href="https://www.eventbrite.com/e/sdv-hackathon-accenture-tickets-679248198647?aff=oddtdtcreator">
......@@ -94,12 +94,12 @@ This hackathon is open to all. Whether you are a student just starting with
coding or you are an experienced software developer and interested in hacking
the challenges of automotive software, you are welcome to join the quest!
If you are professional software developers, student, or an automotive software
enthusiast, make sure to attend and get hands on experience on our open source
tools and projects.
Make sure to attend and get hands-on experience on our open source tools and
projects.
If you are still not acquainted with open source and SDV, it will be useful to
check out our current SDV Projects and get to know what you can expect.
check out our current [SDV Projects](/projects/) and get to know what you can
expect.
{{</ grid/section-container >}}
......@@ -133,4 +133,7 @@ More information will be provided at a later date.
</li>
</ul>
</div>
<div class="col-sm-24 margin-top-30 margin-bottom-20">
<p class="font-size-lg">Contact us at <a href="mailto:events@eclipse.org">events@eclipse.org</a>.
</div>
{{</ grid/section-container >}}
......@@ -3,18 +3,19 @@
<div class="container">
<h2>About the Challenge</h2>
<p>
The main purpose of the Eclipse Software Defined Vehicle (SDV) Hackathon is
to bring together automotive software enthusiasts that can experiment with
the current SDV Tools, Blueprints, build exciting new features and play
around with the technology and code and have fun while coding!
The main purpose of the Eclipse Software Defined Vehicle (SDV) Hackathon
is to bring together automotive software enthusiasts that can experiment
with the current SDV Tools, Blueprints, build exciting new features, play
around with the technology and have fun while coding!
</p>
<p>
You will be led through the two-and-a-half day coding marathon by our mentors
from major OEMs, Tier 1 and automotive technology companies including CARIAD,
Mercedes-Benz Tech Innovation, Bosch, ETAS, Continental, Microsoft, and more.
Our experienced Hack Coaches will be guiding you through the two tracks: SDV
Tooling and SDV Blueprints and help you bring to life innovative use cases
and features built on top of existing real-life automotive software projects.
You will be led through the two-and-a-half day coding marathon by our
coaches from major OEMs, Tier 1 and automotive technology companies
including CARIAD, Mercedes-Benz Tech Innovation, Bosch, ETAS,
Continental, Microsoft, and more. Our experienced Hack Coaches will be
guiding you through the two tracks: SDV Tooling and SDV Blueprints,
helping you bring to life innovative use cases and features built on top
of existing real-life automotive software projects.
</p>
</div>
</section>
......@@ -18,7 +18,7 @@
Race to the future of connected cars by coding!
</li>
</ul>
<a class="btn btn-primary">Apply Now</a>
<a class="btn btn-primary" href="https://sdvhackathon.eventbrite.com/">Apply Now</a>
</div>
</div>
<div class="column-end col-md-12 bg-primary padding-y-60 match-height-item-by-row bg-ksu-purple margin-auto">
......
......@@ -9,17 +9,17 @@
We welcome attendees from all backgrounds.
</li>
<li>
Maximum number of attendees is a 100 or up to 25 team.
Maximum number of attendees is 150.
</li>
<li>
Teams must be no larger than 5 people. You can join together as a
team or sign up individually and get your team assigned at the event.
Teams must be of maximum 5 people. You can join together as a team or
sign up individually and form your team at the event.
</li>
<li>
All code must be created during the duration of the Hackathon.
</li>
<li>
Everyone is required to bring own computer.
Participants are required to bring their own computer.
</li>
</ul>
</div>
......
......@@ -9,7 +9,7 @@
<div class="icon-item-container">
<img class="img img-responsive" src="./images/code-icon.svg" alt="" />
</div>
<p><b>30 hrs of hardcode coding</b></p>
<p><b>30 hrs of hardcore coding</b></p>
</div>
</div>
......@@ -27,7 +27,7 @@
<div class="icon-item-container">
<img class="img img-responsive" src="./images/idea-icon.png" alt="" />
</div>
<p><b>Creative ideation and workshops</b></p>
<p><b>Creative brainstorming and workshops</b></p>
</div>
</div>
......
......@@ -12,7 +12,7 @@
* SPDX-License-Identifier: EPL-2.0
*/
// Colors
//== Colors
@magenta: #AA216E;
@mauve-memento: #A36A9C;
@purple: #452062;
......@@ -26,6 +26,9 @@
@body-bg: #fff;
//== Typography
@font-size-lg: 1.8rem;
// Headings
@headings-font-weight: 300;
......
......@@ -40,6 +40,10 @@
}
}
.font-size-lg {
font-size: @font-size-lg;
}
// Generates padding classes from 0 to 60px in horizontal direction
.generate-padding-x-classes(@index) when (@index <= 60) {
.padding-x-@{index} {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment