Hi there, we’re Geeks
We’re building the best next-generation interactive UI Kit design tool for developers, engineers, full-stack developers, and digital agencies.
Geeks provide clean and consistent page designs to help you create beautiful content. Geeks' feature-rich components and beautifully designed pages help you create the best possible website and web application projects.
Our global reach
Geeks is the leading global marketplace for teaching and learning, connecting millions of students to the skills they need to succeed.
20M
Learners
57K
Instructors
21K
Courses
380M
Course enrollments
</section> <!-- core values section -->
<section class="py-6">
<div class="container my-6">
<div class="columns">
<div class="column is-6">
<h2 class="title is-3 has-text-weight-bold mb-3">Our core values</h2>
<p class="subtitle is-4">Our core values are the fundamental beliefs of a person or organization at CRM Analytics Academy. We help people understand the difference between right and wrong.</p>
</div>
</div>
<asdiv class="columns is-multiline">
<div class="column is-4">
<div class="card">
<div class="card-content">
<div class="icon mb-3">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="currentColor" class="bi bi-mortarboard has-text-primary" viewBox="0 0 16 16">
<path d="M8.211 2.047a.5.5 0 0 0-.422 0l-7.5 3.5a.5.5 0 0 0 .025.917l7.5 3a.5.5 0 0 0 .372 0L14 7.14V13a1 1 0 0 0-1 1v2h3v-2a1 1 0 0 0-1-1V6.739l.686-.275a.5.5 0 0 0 .025-.917l-7.5-3.5ZM8 8.46 1.758 5.965 8 3.052l6.242 2.913L8 8.46Z"></path>
<path d="M4.176 9.032a.5.5 0 0 0-.656.327l-.5 1.7a.5.5 0 0 0 .294.605l4.5 1.8a.5.5 0 0 0 .372 0l4.5-1.8a.5.5 0 0 0 .294-.605l-.5-1.7a.5.5 0 0 0-.656-.327L8 10.466 4.176 9.032Zm-.068 1.873.22-.748 3.496 1.311a.5.5 0 0 0 .352 0l3.496-1.311.22.748L8 12.46l-3.892-1.556Z"></path>
</svg></div>
<h3 class="is-5 has-text-weight-bold">Make Education Accessible</h3>
<p>We aim to make learning accessible for all, providing resources and support to make education easier to obtain.</p>
</div>
</div>
</div>
Learn and Grow
We provide a platform where learners can grow and advance by accessing high-quality educational materials.
<div class="column is-4">
<div class="card">
<div class="card-content">
<div class="icon mb-3">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="currentColor" class="bi bi-graph-up-arrow has-text-primary" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M10.854 4.146a.5.5 0 0 1 .707.707L8.207 8.707 6.646 7.146a.5.5 0 0 1 .708-.707L8 7.793l2.854-3.647z"></path>
<path d="M0 10a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5Z"></path>
</svg>
</div>
<h3 class="is-5 has-text-weight-bold">Unlock Opportunities</h3>
<p>We provide opportunities for learners to succeed in the digital age by enhancing their skills and knowledge.</p>
</div>
</div>
</div>
</div>
</div>
All Lessons
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
A small element
Lorem ipsum dolor sit amet, consectetur adip* isicing elit, sed do eiusmod *tempor incididunt ut labore et dolore magna aliqua.
Duis aute irure dolor in A link reprehenderit in voluptate velit esse cillum bold text dolore eu fugiat nulla pariatur. Excepteur span element sint occaecat cupidatat non proident, sunt italicised text in culpa qui officia deserunt mollit anim id some code
est laborum.
- An item
- An item
- An item
- An item
- An item
- Item one
- Item two
- Item three
- Item four
- Item five
A simple blockquote
Some HTML…
<blockquote cite="http://www.imdb.com/title/tt0284978/quotes/qt1375101">
<p>You planning a vacation, Mr. Sullivan?</p>
<footer>
<a href="http://www.imdb.com/title/tt0284978/quotes/qt1375101">Sunways Security Guard</a>
</footer>
</blockquote>
…CSS…
blockquote {
text-align: center;
font-weight: bold;
}
blockquote footer {
font-size: .8rem;
}
…and JavaScript
const blockquote = document.querySelector("blockquote")
const bolden = (keyString, string) =>
string.replace(new RegExp(keyString, 'g'), '<strong>'+keyString+'</strong>')
blockquote.innerHTML = bolden("Mr. Sullivan", blockquote.innerHTML)
Single line of code
HTML Includes
Contact form
{% include site-form.html %}
Demo map embed
{% include map.html id="XXXXXX" title="Coffee shop map" %}
Button include
{% include button.html text="A button" link="https://david.darn.es" %}
{% include button.html text="A button with icon" link="https://twitter.com/daviddarnes" icon="twitter" %}
Icon include
{% include icon.html id="twitter" title="twitter" %}
[{% include icon.html id="linkedin" title="twitter" %}](https://www.linkedin.com/in/daviddarnes)
Video include
{% include video.html id="zrkcGL5H3MU" title="Siteleaf tutorial video" %}
Image includes
{% include figure.html image="https://picsum.photos/600/800?image=894" caption="Image with caption" width="300" height="800" %}
{% include figure.html image="https://picsum.photos/600/800?image=894" caption="Right aligned image" position="right" width="300" height="800" %}
{% include figure.html image="https://picsum.photos/600/800?image=894" caption="Left aligned image" position="left" width="300" height="800" %}
{% include figure.html image="https://picsum.photos/1600/800?image=894" alt="Image with just alt text" %}