Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasmos committed May 4, 2024
1 parent 021462b commit b13b79c
Showing 1 changed file with 17 additions and 24 deletions.
41 changes: 17 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,31 +121,24 @@ <h1 class="mb-4 pb-0">
<!--==========================
About Section
============================-->
<section id="vision" class="wow fadeInUp" style="background-image: url('your_local_image_path.jpg');">
<div class="container-fluid">
<div class="row no-gutters">
<div class="section-header">
<h2>About us</h2>
<!-- <p>Event venue location info and gallery</p> -->
</div>

<div class="row">
<div class="col-lg-6">
<h2>Mision</h2>
<p>Promoting Quantum Computing Adoption: The mission is to drive the adoption of quantum computing and advanced technologies in developing countries, establishing a framework for efficient implementation.</p>
</div>
<div class="col-lg-3">
<h3>Vision</h3>
<p>Innovative Solutions: The vision is to be the first group of Colombian and German youths to create innovative solutions that strengthen key sectors in both countries and serve as a replicable model in middle and low-income countries.</p>
</div>
<div class="col-lg-3">
<h3>Intention</h3>
<p>Quantum Computing Introduction: Explore quantum computing's potential and applications, guiding participants towards future innovations. Expert-Learner Connection: Connect experts with enthusiasts, fostering collaboration and opportunities. Global Impact: Partnering with Fraunhofer Institute to advance quantum computing interest and progress globally.</p>
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h2>About The Event</h2>
<p>The Qubico-Hack event is a dynamic platform bridging quantum computing enthusiasts and experts, aiming to explore the vast potential and practical applications of this cutting-edge technology.</p>
</div>
<div class="col-lg-3">
<h3>Where</h3>
<p>Online, Colombia and Germany</p>
</div>
<div class="col-lg-3">
<h3>When</h3>
<p>Phase 0: April 27-28, 2024<br>Challenge Release: April 25, 2024 (Tentative)<br>Judging: May 6, 2024<br>Phase 1 Deadline: October 31, 2024<br>Phase 2 Deadline: January 1, 2025</p>
</div>
</div>
</div>
</div>
</div>
</section>
</section>


<!--==========================
Expand Down Expand Up @@ -372,7 +365,7 @@ <h4>Submission Process</h4>
vision Section
============================-->

<section id="vision" class="wow fadeInUp" style="background-image: url('/Users/sebasmos/Desktop/Qubico-Hack_website/img/intro-bg.jpg'); background-size: cover; background-position: center; position: relative;">
<section id="vision" class="wow fadeInUp" style="background-image: url('./img/intro-bg.jpg'); background-size: cover; background-position: center; position: relative;">
<div class="overlay" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(18, 18, 60, 0.6);"></div>
<div class="container-fluid">
<div class="row no-gutters">
Expand Down

0 comments on commit b13b79c

Please sign in to comment.