Skip to content

Commit e208335

Browse files
committed
change about.md to html file
1 parent da4b4a1 commit e208335

File tree

7 files changed

+33
-53
lines changed

7 files changed

+33
-53
lines changed

_includes/about.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<div id="about">
2+
<div class="p-3">
3+
<h1>Mission</h1>
4+
<p>Bridging the digital divide, promoting entrepreneurship, and fostering a thriving Open Source ecosystem in Africa</p>
5+
</div>
6+
<div class="p-3">
7+
<h1>Vision</h1>
8+
<p>To create a future where open source software is embraced and accessible across Africa, integrating African languages and cultures. We envision a continent where open source drives local innovation, bridges digital gaps, and fosters sustainable development.
9+
We empower Africans to shape their digital future and contribute to the global open source community through collaboration and inclusive participation.</p>
10+
</div>
11+
</div>

_includes/header.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
</div>
88

99
<ul class="nav justify-content-end">
10-
<li class="nav-item"><a href="/about/" class="nav-link">About</a></li>
11-
<li class="nav-item"><a href="#" class="nav-link">Programs</a></li>
12-
<li class="nav-item"><a href="#" class="nav-link">Code of Conduct</a></li>
10+
<li class="nav-item"><a href="#about" class="nav-link">About</a></li>
11+
<li class="nav-item"><a href="#programs" class="nav-link">Programs</a></li>
12+
<!-- <li class="nav-item"><a href="#" class="nav-link">Code of Conduct</a></li> -->
1313
<li class="nav-item"><a href="https://mesrenyamedogbe.hashnode.dev/" class="nav-link" target="_blank">Blog</a></li>
1414
</ul>
1515
</div>

_includes/home.html

Lines changed: 0 additions & 34 deletions
This file was deleted.

_includes/programs.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<section></section>

_layouts/default.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ <h1>{{ site.overview }}</h1>
2929
</div>
3030
</header>
3131

32-
<section>
33-
<div class="container">
34-
<div class="d-flex justify-content-end">
32+
<section class="container">
33+
{% include about.html %}
34+
{% include programs.html %}
35+
36+
<div class="d-flex flex-column justify-content-around align-items-center ">
3537
<div class="col-lg-10 col-12 content djc-default">{{content}}</div>
3638
</div>
37-
</div>
3839
</section>
3940

4041
{% include footer.html %}

about.markdown

Lines changed: 0 additions & 11 deletions
This file was deleted.

static/css/style.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
/* Custom Stylesheet */
2+
3+
body {
4+
font-family: "Noto Sans", sans-serif;
5+
scroll-snap-type: y mandatory;
6+
overflow-y: scroll;
7+
}
8+
9+
#about {
10+
scroll-snap-align: start;
11+
/* Add other styles as needed */
12+
}
13+
214
.navbar {
315
background-color: black;
416
}
@@ -27,7 +39,7 @@
2739
@keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}100%{opacity:1}}
2840

2941
.header-text h1 {
30-
font-size: 1.5rem;
42+
font-size: 1.7rem;
3143
}
3244
.logo {
3345
padding: 0.5rem 1rem;

0 commit comments

Comments
 (0)