-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (29 loc) · 2.1 KB
/
Copy pathindex.html
File metadata and controls
34 lines (29 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Home Page | Quotes4Life</title>
<meta name="viewport" content="width=device-width">
<link type="text/css" rel="stylesheet" href="/css/normalize.css">
<link type="text/css" rel="stylesheet" href="css/styles.css">
</head>
<body>
<header id="page-header"></header>
<main>
<section class="Quote-container"><p>Throughout this page, you will find quotes that can give you help on specific topics
<br> While some of these quotes are from LDS apostles, there are a large portion of quotes that do not come from General Authorities of the Church of Jesus Christ of Latter Day Saints. Due to this fact, the views expressed upon this page are not those of The Church of Jesus Christ of Latter-Day Saints and are my personal beliefs. In studying these quotes, you will find a lot of similarities between the views found here and Official LDS Doctrine.
<br>If you would like to know the official statements upon these topics, please visit <a href="http://www.lds.org/topics">here</a> for the official statements</p></section>
<section id="quote"></section> <section id="author"></section>
<div id="authorList">
<!-- <a href="javascript:loadAuthor() class="authorListEntry"><div>NAME</div></a> -->
</div>
<iframe class="btn-generate-quote" src="https://www.facebook.com/plugins/share_button.php?href=http%3A%2F%2Factuallychris.github.io&layout=button_count&size=small&mobile_iframe=true&width=68&height=20&appId" width="68" height="20" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
<iframe id="YOUTUBE" width="560" height="315" src="https://www.youtube.com/embed/u8JOR3rhXIc?ecver=1" frameborder="0" allowfullscreen></iframe>
</main>
<footer id="main-footer">
</footer>
<script type='text/javascript' src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type="text/javascript" src="/js/modules.js"></script>
<script src="/js/javascript.js"></script>
</body>
</html>