From 06bc4f259440339f528d68a7586e722d488e5105 Mon Sep 17 00:00:00 2001 From: sherlock <wisdomnji@gmail.com> Date: Fri, 13 Sep 2024 16:45:49 +0100 Subject: [PATCH 1/2] update: minor modifications --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index d44f921..91d4f2d 100644 --- a/index.html +++ b/index.html @@ -78,9 +78,9 @@ <!--============================= Landing Page ===================================== --> <section id="hero" class="landing-page py-5"> - <div class="container"> - <h1 class="hero-title text-center" data-i18n="hero.title">AFKANERD - We Code For The People</h1> - <h4 data-i18n="hero.subtitle1" class="hero-subtitle">We build open source in the open. <br> We build technology for digital rights, security, and privacy. Our tools are openly available for advocacy, healthcare, and educational purposes.</h4> + <div class="container text-center"> + <h1 class="hero-title text-center" data-i18n="hero.title">AFKANERD<br/> <h2>We Code For The People<h2></h1><br> + <h4 data-i18n="hero.subtitle1" class="hero-subtitle">We build open source in the open. <br><br> We build technology for digital rights, security, and privacy. Our tools are openly available for advocacy, healthcare, and educational purposes.</h4> <h4 data-i18n="hero.subtitle2" class="hero-subtitle text-center">We also consult with open source projects and individuals. We will happily consult on your project if it serves the open source community - feel free to reach out.</h4> </div> </section> @@ -93,7 +93,7 @@ <h4 data-i18n="hero.subtitle2" class="hero-subtitle text-center">We also consult <div class="col-md-12"> <h3 data-i18n="about.title">afkanerd@afkanerd: ~$ ./Afkanerd</h3> <img src="./images/lovelace.jpg" alt="About Image" class="img-fluid mb-4 mt-3"> - <blockquote data-i18n="about.quote">Source/Los Alamos: ENIAC, the world's first digital computer, unveiled 70 years ago Sunday at the University of Pennsylvania, had six primary programmers: Kay McNulty, Betty Jennings, Betty Snyder, Marlyn Wescoff, Fran Bilas and Ruth Lichterman. They were initially called "operators." - phillyvoice.com</blockquote> + <blockquote data-i18n="about.quote"><i>Source/Los Alamos: ENIAC, the world's first digital computer, unveiled 70 years ago Sunday at the University of Pennsylvania, had six primary programmers: Kay McNulty, Betty Jennings, Betty Snyder, Marlyn Wescoff, Fran Bilas and Ruth Lichterman. They were initially called "operators." - phillyvoice.com</i></blockquote> <h5 data-i18n="about.description">We are inspired by many great individuals who take action. We know we can only inspire change and drive development by leading the way. We build in the open and encourage you to join us on our mission to make the world more open and more accessible to all.</h5> </div> </div> From 627269618ebbfb220c8f8995868ae050c9ac2fdf Mon Sep 17 00:00:00 2001 From: sherlock <wisdomnji@gmail.com> Date: Fri, 13 Sep 2024 16:50:31 +0100 Subject: [PATCH 2/2] update: style color --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 91d4f2d..90f7a73 100644 --- a/index.html +++ b/index.html @@ -80,8 +80,8 @@ <section id="hero" class="landing-page py-5"> <div class="container text-center"> <h1 class="hero-title text-center" data-i18n="hero.title">AFKANERD<br/> <h2>We Code For The People<h2></h1><br> - <h4 data-i18n="hero.subtitle1" class="hero-subtitle">We build open source in the open. <br><br> We build technology for digital rights, security, and privacy. Our tools are openly available for advocacy, healthcare, and educational purposes.</h4> - <h4 data-i18n="hero.subtitle2" class="hero-subtitle text-center">We also consult with open source projects and individuals. We will happily consult on your project if it serves the open source community - feel free to reach out.</h4> + <h4 data-i18n="hero.subtitle1" class="hero-subtitle" style="color: gray">We build open source in the open. <br><br>We build technology for digital rights, security, and privacy. Our tools are openly available for advocacy, healthcare, and educational purposes.</h4> + <h4 data-i18n="hero.subtitle2" class="hero-subtitle text-center" style="color: gray">We also consult with open source projects and individuals. We will happily consult on your project if it serves the open source community - feel free to reach out.</h4> </div> </section>