Skip to content

Commit 61896a4

Browse files
committed
moved webpages
1 parent 95e4a91 commit 61896a4

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

resources/frank/index.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Flashcard Study Buddy</title>
5+
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto">
6+
<link rel="stylesheet" type="text/css" href="https://frankpoon.com/style.css">
7+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
</head>
10+
<body>
11+
<header>
12+
<a href="https://frankpoon.com"><img class="logo" src="https://frankpoon.com/logo.svg" alt="Logo"></a>
13+
<h1>Flashcard Study Buddy</h1>
14+
<div class="line"></div>
15+
</header>
16+
<main>
17+
<section>
18+
<h2 class="title">About</h2>
19+
<p>Flashcard Study Buddy is an Action on Google powered by Quizlet. Users link their Quizlet accounts and find sets of flash cards using only their voice. Flashcard Study Buddy can retrieve the set and read the cards to users, while waiting for them to answer in order to test them.</p>
20+
<p>To use Flashcard Study Buddy, say "Okay Google, talk to Flashcard Study Buddy" in Google Assistant. If you need help, just say "help" in Flashcard Study Buddy.</p>
21+
</section>
22+
<div class="line"></div>
23+
<section>
24+
<h2 class="title">Links</h2>
25+
<h2><a href="https://frankpoon.com/fsb/privacypolicy.pdf">Privacy Policy</a></h2>
26+
</section>
27+
28+
</main>
29+
<footer>
30+
<div class="line"></div>
31+
<p class="subtext">&copy; 2017 Frank Poon</p>
32+
</footer>
33+
</body>
34+
</html>

0 commit comments

Comments
 (0)