-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout-us.html
More file actions
127 lines (115 loc) · 5.15 KB
/
about-us.html
File metadata and controls
127 lines (115 loc) · 5.15 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
---
layout: application
permalink: /about-us
title: "About Ruby Conf Africa 2025"
description: "Learn about Ruby Mini Conf2025, our mission to connect Ruby developers in Africa, our team, and how to
get involved in this vibrant community."
image: "/images/logo/arc_logo_coloured.png"
---
<!-- Preloader -->
<!-- <div class="preloader"></div> -->
<!-- Header Span -->
<span class="header-span"></span>
<!-- About Section -->
<section class="about-section" style="margin-top: 40px">
<!-- <div class="anim-icons full-width"> -->
<!-- <span class="icon icon-circle-blue wow fadeIn"></span> -->
<!-- <span class="icon icon-dots wow fadeInleft"></span> -->
<!-- <span class="icon icon-circle-1 wow zoomIn"></span> -->
<!-- </div> -->
<div class="auto-container">
<div class="row">
<!-- Content Column -->
<div class="content-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column">
<div class="sec-title">
<span class="title">ABOUT ADMANUS GROUP</span>
<div class="text">
Admanus Group is a diverse collective of founders, primarily in agritech,
spanning Kenya, Rwanda, Ghana, Nigeria, the UK, and the Caribbean.
</div>
<div class="text">
Guided by frugal innovation and a commitment to objective neutrality,
we thrive through teaching, learning, and strategic entrepreneurship.
</div>
</div>
<div class="image-box text-center" style="display: none">
<figure class="image">
<img
src="/images/logo/ruby_conf_new_logo.png"
alt="Africa Ruby Community"
style="width: auto; height: 400px"
/>
</figure>
</div>
</div>
<!-- Insert Image Here! -->
</div>
<!-- Image -->
<div class="content-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column">
<div class="image-box">
<figure class="image">
<img
src="/images/about_members.png"
alt="Image of Ruby Conf Africa Team"
/>
</figure>
</div>
</div>
</div>
<!-- Content Column (Second content column) -->
<div class="content-column">
<div class="inner-column">
<div class="sec-title">
<span class="title"
>OUR PHILOSOPHY</span
>
<h3>Turning Science into Art</h3>
<div class="text">
With curated partnerships and a practical yet global brand tone, we turn the science of
business into art—building thriving, insight-driven ventures.
</div>
<br/>
<div class="inner-column">
<div class="sec-title">
<span class="title">WHAT WE DO</span>
</div>
<ul class="list-style-one">
<li>
<strong>Strategic Entrepreneurship:</strong> We help founders build thriving,
insight-driven ventures through strategic guidance and hands-on support.
</li>
<li>
<strong>Frugal Innovation:</strong> Our approach is centered on creating practical,
impactful solutions with a focus on resourcefulness.
</li>
<li>
<strong>Global Collaboration:</strong> We foster a diverse network of founders and
partners across Africa, the UK, and the Caribbean.
</li>
<li>
<strong>Learning & Teaching:</strong> We are a collective committed to continuous
growth, sharing knowledge, and mentorship.
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--End About Section -->
<!-- Enforces shadow effect on conf log -->
<style>
.image-box img {
transition: opacity 0.3s ease,
box-shadow 0.3s ease;
}
.image-box:hover img {
opacity: 0.8;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
border-radius: 15px;
}
</style>