-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathheader-home.html
33 lines (25 loc) · 1.03 KB
/
header-home.html
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
<div class="header-home">
<div class = "background-color"></div>
<div class="container-fluid">
<div class="top-row">
<div class="logo">
<a href="https://dhrift.org"><img width="{{ site.logo.desktop_width }}" height="{{ site.logo.desktop_height }}" alt="{{ site.title }}" src="{{ site.logo.desktop | absolute_url }}" /></a>
</div>
<div class="navigation">
{% include main-menu.html %}
{% include hamburger.html %}
</div>
</div>
</div>
<div class="intro-container">
<span id="intro-text">Grow your digital skills and communities of practice.</span><br>
<div class="button-container">
<p><a href="https://app.dhrift.org" class="dark-button">Start learning.</a></p>
</div>
<div class ="image-wrapper">
<div class="intro-image-container">
<img src="/images/dhrift-python-example.png" alt="DHRIFT platform screenshot">
</div>
</div>
</div>
</div>