Skip to content

Commit

Permalink
optimized seo
Browse files Browse the repository at this point in the history
  • Loading branch information
calixo888 committed May 4, 2020
1 parent 185e128 commit 9fed050
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions templates/landingpage/index.html
Expand Up @@ -3,6 +3,7 @@
{% block head %}
<title>w3Hacks</title>
<link rel="stylesheet" href="{% static 'landingpage/index.css' %}">
<meta name="description" content="w3Hacks is an online platform where anyone can learn how to code! Whether you're a seasoned programmer or a semi-beginner, everyone has something to learn here! We reinforce and teach good, real-world programming skills that are used in the software engineering industry, and crucial skills for any developer to know whether they're making a solo project or working with others!">
{% endblock %}
{% block body %}
<header>
Expand All @@ -16,19 +17,19 @@ <h4 style="color: #ddd;" class="mb-3">w3Hacks is a platform where anyone can lea
<a class="solid-cta-button-light" href="/register/">Start Learning!</a>
</div>
</div>
<img class="header-image" src="{% static 'img/images/index-image.png' %}" alt="">
<img class="header-image" src="{% static 'img/images/index-image.png' %}" alt="w3Hacks Header Illustration">
</div>
</div>
</header>
<div class="waves">
<img class="wave flip" src="{% static 'img/waves/wave3.svg' %}" alt="">
<img class="wave flip" src="{% static 'img/waves/wave2.svg' %}" alt="">
<img class="wave flip" src="{% static 'img/waves/wave1.svg' %}" alt="">
<img class="wave flip" src="{% static 'img/waves/wave3.svg' %}">
<img class="wave flip" src="{% static 'img/waves/wave2.svg' %}">
<img class="wave flip" src="{% static 'img/waves/wave1.svg' %}">
</div>
<section class="about" id="about">
<div class="container">
<div class="about-grid">
<img class="about-image" src="{% static 'img/images/about-image.png' %}" alt="">
<img class="about-image" src="{% static 'img/images/about-image.png' %}" alt="w3Hacks About Illustration">
<div class="info">
<h1 class="heading-secondary text-left">About w3Hacks</h1>
<p class="about-description mb-4">
Expand All @@ -45,7 +46,7 @@ <h1 class="heading-secondary text-left">Why w3Hacks?</h1>
<div class="features mt-4">
<div class="feature">
<h3>
<img class="feature-icon" src="{% static 'img/icons/suitcase.svg' %}" alt="">
<img class="feature-icon" src="{% static 'img/icons/suitcase.svg' %}" alt="w3Hacks Icon">
Real-World Preparation
</h3>
<p>
Expand All @@ -54,7 +55,7 @@ <h3>
</div>
<div class="feature">
<h3>
<img class="feature-icon" src="{% static 'img/icons/medal.svg' %}" alt="">
<img class="feature-icon" src="{% static 'img/icons/medal.svg' %}" alt="w3Hacks Icon">
Virtual Hackathons
</h3>
<p>
Expand All @@ -63,7 +64,7 @@ <h3>
</div>
<div class="feature">
<h3>
<img class="feature-icon" src="{% static 'img/icons/help.svg' %}" alt="">
<img class="feature-icon" src="{% static 'img/icons/help.svg' %}" alt="w3Hacks Icon">
Help On-Demand
</h3>
<p>
Expand All @@ -72,7 +73,7 @@ <h3>
</div>
<div class="feature">
<h3>
<img class="feature-icon" src="{% static 'img/icons/competition.svg' %}" alt="">
<img class="feature-icon" src="{% static 'img/icons/competition.svg' %}" alt="w3Hacks Icon">
Friendly Competition
</h3>
<p>
Expand All @@ -81,7 +82,7 @@ <h3>
</div>
<div class="feature">
<h3>
<img class="feature-icon" src="{% static 'img/icons/free.svg' %}" alt="">
<img class="feature-icon" src="{% static 'img/icons/free.svg' %}" alt="w3Hacks Icon">
Completely Free!
</h3>
<p>
Expand All @@ -92,9 +93,9 @@ <h3>
</div>
</section>
<div class="waves">
<img class="wave no-flip" src="{% static 'img/waves/wave3.svg' %}" alt="">
<img class="wave no-flip" src="{% static 'img/waves/wave2.svg' %}" alt="">
<img class="wave no-flip" src="{% static 'img/waves/wave1.svg' %}" alt="">
<img class="wave no-flip" src="{% static 'img/waves/wave3.svg' %}">
<img class="wave no-flip" src="{% static 'img/waves/wave2.svg' %}">
<img class="wave no-flip" src="{% static 'img/waves/wave1.svg' %}">
</div>
<section class="contact">
<div class="container mb-5">
Expand All @@ -117,11 +118,11 @@ <h3 class="heading-fourth">Other contact information</h3>
</p>
<div class="contact-info-item contact-info-item-desktop">
<span><a href="mailto:hello@launchtechllc.com">hello@launchtechllc.com</a></span>
<img src="{% static 'img/icons/email-light.svg' %}" alt="">
<img src="{% static 'img/icons/email-light.svg' %}" alt="w3Hacks Email">
</div>

<div class="contact-info-item contact-info-item-mobile">
<img src="{% static 'img/icons/email-light.svg' %}" alt="">
<img src="{% static 'img/icons/email-light.svg' %}" alt="w3Hacks Email">
<span><a href="mailto:hello@launchtechllc.com">hello@launchtechllc.com</a></span>
</div>
</div>
Expand Down

0 comments on commit 9fed050

Please sign in to comment.