Update about and hero section text contents

This commit is contained in:
Sat Naing
2022-09-19 11:17:17 +06:30
parent f3a1606e86
commit 01af7ad687
2 changed files with 9 additions and 12 deletions
+6 -8
View File
@@ -3,12 +3,10 @@ layout: ../layouts/AboutLayout.astro
title: "About" title: "About"
--- ---
Astro-Paper is a minimal, responsive and SEO-friendly Astro blog theme. This theme is written in vanilla JavaScript (+ TypeScript for type checking) and a little bit of ReactJS for some actions. TailwindCSS is used for styling; and Markdown is used for blog contents. Astro-Paper is a minimal, responsive and SEO-friendly Astro blog theme. This theme is written in vanilla JavaScript (+ TypeScript for type checking) and a little bit of ReactJS for some interactions. TailwindCSS is used for styling; and Markdown is used for blog contents.
This theme is aimed to be responsive, SEO-friendly and accessible out of This theme is aimed to be accessible out of the box. Light and dark mode are supported by
the box. Light and dark mode are supported by default and additional default and additional color schemes can also be configured. See the documentation for more info.
color schemes can also be configured. See the documentation for more
info.
<div> <div>
<img src="/assets/dev.svg" class="sm:w-1/2 mx-auto" alt="coding dev illustration"> <img src="/assets/dev.svg" class="sm:w-1/2 mx-auto" alt="coding dev illustration">
@@ -20,9 +18,9 @@ Here are certain features of this site.
- fully responsive and accessible - fully responsive and accessible
- SEO-friendly - SEO-friendly
- support light & dark themes - light & dark mode
- fuzzy search - fuzzy search
- super fast, good performance - super fast performance
If you like this theme, you can star/contribute to the [repo](https://highlightjs.org/). If you like this theme, you can star/contribute to the [repo](https://github.com/satnaing/astro-paper).
Or you can even give any feedback via my [email](mailto:contact@satnaing.dev). Or you can even give any feedback via my [email](mailto:contact@satnaing.dev).
+3 -4
View File
@@ -36,10 +36,9 @@ const sortedPosts = getSortedPosts(posts);
<p> <p>
Astro-Paper is a minimal, responsive and SEO-friendly Astro blog theme. Astro-Paper is a minimal, responsive and SEO-friendly Astro blog theme.
This theme is aimed to be responsive, SEO-friendly and accessible out of This theme is aimed to be accessible out of the box. Light and dark mode
the box. Light and dark mode are supported by default and additional are supported by default and additional color schemes can also be
color schemes can also be configured. See the documentation for more configured. See the documentation for more info.
info.
</p> </p>
<div class="social-wrapper"> <div class="social-wrapper">
<div class="social-links">Social Links:</div> <div class="social-links">Social Links:</div>