Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added favicon/.DS_Store
Binary file not shown.
6 changes: 6 additions & 0 deletions favicon/about.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This favicon was generated using the following graphics from Twitter Twemoji:

- Graphics Title: 1f47e.svg
- Graphics Author: Copyright 2020 Twitter, Inc and other contributors (https://github.com/twitter/twemoji)
- Graphics Source: https://github.com/twitter/twemoji/blob/master/assets/svg/1f47e.svg
- Graphics License: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/)
Binary file added favicon/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon/favicon.ico
Binary file not shown.
Binary file added favicon/favicon_io.zip
Binary file not shown.
Binary file added favicon/favicon_io/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
245 changes: 245 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,245 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Meeting Minutes</title>

<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">

</head>
<body>
<header>
<div>Meeting Minutes</div>
<p> <b>Navigate:</b></p>
<nav>
<ul>
<li><a href="#Previous">Previous Meeting</a></li>
<li><a href="#Next">Next Meeting</a></li>
<li><a href="#Project">About the Project</a></li>
</ul>
</nav>
</header>

<main>
<h1>Weekly check-in</h1>

</main>

<h2>Topic of Meeting: Security of the Kanto Region</h2>
<section>
<hr>

<h2>Facts of the meeting</h2>
<h3>Date: </h3>
<span><i>MM/DD/YYYY</i></span>
<h3>Time: </h3>
<span><i>HH:MM</i></span>
<h3>Location: </h3>
<span><i>Pallet Town</i></span>
<h3>Attendees:</h3>
<ol>
<li>Professor Oak</li>
<li>Ash Ketchum</li>
<li>Misty</li>
<li>Brock</li>
<li>Pikachu</li>
</ol>

<hr>
</section>
<h2>Agenda</h2>
<details>
<summary><strong>Read more</strong></summary>
<ul>
<li><em>Team Rocket's current and future activities</em></li>
<li><em>Evolutionary Stones</em></li>
<li><em>Legendary Pokemon Sighting</em></li>
<li><em>New Pokemon</em></li>
</ul>
</details>

<hr>


<h2>Minutes</h2>
<h3>Unfinished business (from last meeting)</h3>
<ul>
<li>
<div><b>Team Rocket's current and future activities</b></div>
<div><i><u>Discussion:</u></i></div>
<span>There were multiple sightings of Team Rocket around Saffron City. These reports, alongside our intel from Gym Leader Sabrina, urges us to look into it.</span>
<div><i><u>Action items:</u></i></div>
<span>Ash, Misty, Brock, and Pikachu will follow up these reports and head to Saffron City immediately.</span>
<div><i><u>Reports and Evidence presented:</u></i></div>

<br>

<div>
<img
src="https://s-media-cache-ak0.pinimg.com/originals/9b/1a/51/9b1a51221eaa43b51e0f4fdb0aee65d7.gif"
alt="Team Rocket"
width="300"
>
</div>

</li>
</ul>
<h3>New business</h3>
<ul>
<li>
<div><b>Evolutionary Stones</b></div>
<div><i><u>Discussion:</u></i></div>
<span>We received communications of a newly-discovered stone that creates evolutionary reaction from Pokemon ruled by the moon</span>
<div><i><u>Action items:</u></i></div>
<span>Professor Oak will communicate with Professor Birch to run tests on relevant Pokemon (e.g. Clefairy, Eeveee, Munna)</span>
<div><i><u>Reports and Evidence presented:</u></i></div>

<br>

<div>
<img
src="https://clefairy.withinmyworld.org/Pokemon_Screenshot_0401.jpg"
alt="Team Rocket"
width="300"
>
</div>
</li>

<li>
<div><b>Legendary Pokemon Sighting</b></div>
<div><i><u>Discussion:</u></i></div>
<span>The search for assumed-Legendary golden bird Pokemon has reignited by Ash's Encounter</span>
<div><i><u>Action items:</u></i></div>
<span>Ash will create a detailed report of the encounter. We hope to learn a habit or behavior that will allow us to encounter the Pokemon again.</span>
<div><i><u>Reports and Evidence presented:</u></i></div>

<br>

<div>
<video controls width="300">
<source src="media/Ho-Oh.mp4"
type="video/mp4"
>
</video>
</div>

</li>

</ul>

<hr>
<h2>New Pokemon in the Lab/Sanctuary Form</h2>
<form method="get" class="form-example">
<div class="form-example">
<label for="Pokemon">Enter Pokemon: </label>
<input type="text" name="Pokemon" id="Pokemon" required>
</div>
<div class="form-example">
<label for="Type">Enter Pokemon Type: </label>
<input type="text" name="Type" id="Type" required>
</div>

<fieldset>
<legend>Gender</legend>

<input type="radio" id="Female" name="Gender">
<label for="Female">Female</label><br/>

<input type="radio" id="Male" name="Gender">
<label for="Male">Male</label><br/>

<input type="radio" id="Non" name="Gender">
<label for="Non">No Gender</label><br/>
</fieldset>

<br>
<div>
<label for="nature-choice">What's their nature?</label>
<input list="nature-options" id="nature-choice" name="nature-choice" />

<datalist id="nature-options">
<option value="Hardy">
<option value="Lonely">
<option value="Brave">
<option value="Adamant">
<option value="Naughty">
<option value="Bold">
<option value="Docile">
<option value="Relaxed">
<option value="Impish">
<option value="Lax">
<option value="Timid">
<option value="Hasty">
<option value="Serious">
<option value="Naive">
<option value="Other">
</datalist>
</div>
<br>

<div class="Held Item">
<label for="Held-Item">Was the Pokemon Holding an item?</label>
<input type="checkbox" name="Held-Item" id="Held-Item">
</div>

<label for="Encounter">Date of encounter:</label>
<input type="date" id="Encounter" name="Encounter"

min="2015-01-01" max="2025-12-31">

<div>
<label for="Details">Describe encounter in detail:</label>
<div><textarea id="Details" name="Details"
rows="4" cols="30">
I was on route 12, when all of the sudden!...
</textarea>
</div>
</div>

<div>
<label for="weather-choice">Weather conditions:</label>

<select name="weather" id="weather-choice">
<option value="">Choose one</option>
<option value="Clear skies">Clear skies</option>
<option value="Harsh sunlight">Harsh sunlight</option>
<option value="Rain">Rain</option>
<option value="Sandstorm">Sandstorm</option>
<option value="Hail">Hail</option>
</select>
</div>

<div>
<button type="button">
Add Record!
</button>
</div>

</form>
<hr>

<h2>Miscellaneous</h2>
<p>Note: Professor Oak will be out of the office next week. Will be investigating strange phenomena occuring in Orange Islands.</p>

<p>Professor's Song of The Week:</p>
<figure>
<figcaption> -Great for a workout, a Pokemon battle, or getting rid of the Monday Blues.</figcaption>
<audio
controls
src="media/SoTW.mp3">
</audio>
</figure>


<footer>
<br />
<div>&copy; Creator of template: José </div>
<div><a href="https://www.linkedin.com/in/josevictorsantana/">LinkedIn</a></div>
</footer>
</body>
</html>
Binary file added media/Ho-Oh.mp4
Binary file not shown.
Binary file added media/SoTW.mp3
Binary file not shown.