Skip to content

Commit

Permalink
url adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
decoherencer committed Nov 9, 2024
1 parent df2ed26 commit 94af25a
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 4 deletions.
49 changes: 49 additions & 0 deletions faq/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.colors.min.css">
<title>Butterflies of Vizag</title>
</head>

<body>
<main class="container">
<h2>Frequently Asked Questions</h2>
<details open>
<summary>What is this?</summary>
<li>A simple reference page to quickly view butterflies found in and around Vizag city. We believe such a resource would be invaluable in inculcating curiosity in kids and adults alike and appreciate beauty and conservation of nature.</li>
</details>
<details open>
<summary>Where is the data from?</summary>
<li>Multiple research papers of ... [ TODO add ] and inaturalist</li>
</details>
<details open>
<summary>I am very much interested in butterflies now, please give me more resources</summary>
<li>Check <a href="https://www.ifoundbutterflies.org/BOI-mobile-app">Butterflies of India app</a>, <a href="https://www.inaturalist.org">inaturalist, and pay attention to your surroundings</a></li>
</details>
<details open>
<summary>Any related books?</summary>
<li>Books I loved while making this are <a href="https://press.princeton.edu/books/ebook/9780691241128/the-lives-of-butterflies">James and Lohman</a> and <a href="https://scholarlypress.si.edu/store/life-sciences-biodiversity/development-evolution-butterfly-wing-patterns/">James Nijhout</a></li>
</details>
<details open>
<summary>There is a butterfly missing in list. There is some error. There is something I want to suggest.</summary>
<li>Awesome. Contribute directly or raise issue on the <a href="https://github.com/vizagite/library">Library github repo</a></li>
<li>Or email to vizagit at protonmail dot com</li>
<li>Or let us discuss on <a href="https://vizagite.github.io/discord">city discord server</a></li>
<li>Or message me on reddit <a href="https://www.reddit.com/user/CrzyFlky/">u/crzyflky</a></li>
</details>
<details open>
<summary>How can I help?</summary>
<li>Spread the word. Share with your friends and family</li>
<li>Contribute to the code or suggestions</li>
<li>Check more of our projects at <a href="https://vizagite.github.io">vizagite hub</a></li>
</details>
</main>
</body>
<footer>
<p><a href="/">Back to list</a> </p>
</footer>
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
<h1>Butterflies found in city of Vizag</h1>
<nav>
<ul>
<li><a href="/backdrop" class="secondary"><u>backdrop</u></a></li>
<li><a href="/butterflies/backdrop" class="secondary"><u>backdrop</u></a></li>
</ul>
<ul>
<li><a href="/faq" class="secondary"><u>faq</u></a></li>
<li><a href="/butterflies/faq" class="secondary"><u>faq</u></a></li>
</ul>
</nav>
</header>

<main class="container">
<h3> Families of Butterflies in Vizag: </h3>
<div class="grid">
<a role="button" href="/nymphalidae">Nymphalidae</a>
<a role="button" href="/butterflies/nymphalidae">Nymphalidae</a>
<a role="button" class="outline contrast" href="">Lycaenidae</a>
<a role="button" class="outline contrast" href="">Pieridae</a>
</div>
Expand All @@ -39,7 +39,7 @@ <h3> Families of Butterflies in Vizag: </h3>
<br>
<br>
<small id="projects-helper">
Please <a href="">contribute</a> if you can at <a href="">repo</a>
Please <a href="https://github.com/vizagite/vizagite/blob/main/contributing.md">contribute</a> if you can at <a href="https://github.com/vizagite/butterflies">repo</a>
</small>
</main>

Expand Down

0 comments on commit 94af25a

Please sign in to comment.