Skip to content

Commit

Permalink
Latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-goosen committed Oct 9, 2024
1 parent 65a7396 commit 2dcac11
Show file tree
Hide file tree
Showing 14 changed files with 93 additions and 54 deletions.
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
source 'https://rubygems.org'

gem 'jekyll', '3.7.2'
gem 'jekyll', '3.10.0'
gem 'kramdown-parser-gfm'

group :jekyll_plugins do
gem 'jekyll-seo-tag', '2.4.0'
gem 'jekyll-sitemap', '1.2.0'
gem 'jekyll-seo-tag', '2.8.0'
gem 'jekyll-sitemap', '1.4.0'
end
99 changes: 63 additions & 36 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,69 +1,96 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
colorator (1.1.0)
concurrent-ruby (1.0.5)
em-websocket (0.5.1)
concurrent-ruby (1.3.4)
csv (3.3.0)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.5)
ffi (1.9.18)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.17.0)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-aarch64-linux-musl)
ffi (1.17.0-arm-linux-gnu)
ffi (1.17.0-arm-linux-musl)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86-linux-gnu)
ffi (1.17.0-x86-linux-musl)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.3)
http_parser.rb (0.8.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
jekyll (3.7.2)
jekyll (3.10.0)
addressable (~> 2.4)
colorator (~> 1.0)
csv (~> 3.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
i18n (>= 0.7, < 2)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (~> 1.14)
kramdown (>= 1.17, < 3)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
webrick (>= 1.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-seo-tag (2.4.0)
jekyll (~> 3.3)
jekyll-sitemap (1.2.0)
jekyll (~> 3.3)
jekyll-watch (2.0.0)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (1.16.2)
liquid (4.0.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
pathutil (0.16.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.0.1)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rouge (3.1.1)
ruby_dep (1.5.0)
safe_yaml (1.0.4)
sass (3.5.5)
public_suffix (6.0.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.8)
rouge (3.30.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
webrick (1.8.2)

PLATFORMS
aarch64-linux-gnu
aarch64-linux-musl
arm-linux-gnu
arm-linux-musl
arm64-darwin
ruby
x86-linux-gnu
x86-linux-musl
x86_64-darwin
x86_64-linux-gnu
x86_64-linux-musl

DEPENDENCIES
jekyll (= 3.7.2)
jekyll-seo-tag (= 2.4.0)
jekyll-sitemap (= 1.2.0)
jekyll (= 3.10.0)
jekyll-seo-tag (= 2.8.0)
jekyll-sitemap (= 1.4.0)
kramdown-parser-gfm

BUNDLED WITH
1.16.0
2.5.16
2 changes: 1 addition & 1 deletion _data/company.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
company_name: Mzansi.ai
mission_statement: Mzansi is a South African AI company.
address: Mzansi - South Africa
#phone: +1 123 456 7891
phone: +27 74 675 0419
email: admin@mzansi.ai
#facebook: mzansi.ai
#twitter: mzansi.ai
Expand Down
File renamed without changes
6 changes: 3 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
</head>
<body>
<nav>
<div class="container">
<a href="{{ site.url }}">{% include logo-320.html %}</a>
</div>
<!-- <div class="container">
<a href="{{ site.url }}">{% include logo-320.svg %}</a>
</div>-->
</nav>
<div class="content">
{{ content }}
Expand Down
12 changes: 12 additions & 0 deletions _sass/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,19 @@ header {
.container {
display: flex;
}
.column-image {
flex: 1;

img {
width: 100%;
}

&:first-child {
justify-content: center;
align-items: center;
margin-right: 50px;
}
}
.column {
flex: 1;

Expand Down
Binary file removed images/_screenshot.jpg
Binary file not shown.
Binary file added images/logo-320.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions images/logo-320.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 0 additions & 8 deletions images/logo.svg

This file was deleted.

Binary file removed images/sheep.jpg
Binary file not shown.
Binary file removed images/sheep2.jpg
Binary file not shown.
Binary file removed images/wooly.jpg
Binary file not shown.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
---
<header>
<div class="container">
<div class="column-image">
<!--<img src="{{ site.baseurl }}/images/chat_bubble.png" alt="chat">-->
<a href="{{ site.url }}"><img src="{{ site.baseurl }}/images/logo-320.png"></img></a>
</div>
<div class="column">
<div>
<h1 class="editable">AI stealth startup</h1>
Expand All @@ -13,9 +17,7 @@ <h1 class="editable">AI stealth startup</h1>
</div>
</div>
</div>
<div class="column">
<img src="{{ site.baseurl }}/images/chat_bubble.png" alt="chat">
</div>

</div>
</header>

Expand Down

0 comments on commit 2dcac11

Please sign in to comment.