-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
66 lines (54 loc) · 3.67 KB
/
index.html
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!--Learning to clone, pull, and push (git)-->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -->
<link rel="stylesheet" href="SCN.css">
<title>TODAY Is The Time To Start!</title>
</head>
<body>
<!-- <h1>Hello, world!</h1> -->
<!--The following FREE Audio can be downloaded at https://www.bensound.com/royalty-free-music/4 Don't forget to "Like"/Comment.-->
<audio autoplay="true" src="perception.mp3">
<!-- <source src="/perception.mp3" type="audio/mpeg" display="none"> -->
Song: "Perception" Artist: Benjamin TISSOT (also known as Bensound) Music I use: Bensound.com License code: 3QWQK9QUIY0WXVGC
Your browser does not support the audio element.
</audio>
<iframe width="732" height="380" src="./imgs/CSS.jpg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<!--The tutorial is at https://codemyui.com/fade-intro-text-animation/ Please feel free to Fork this code; and try your own combinations.-->
<div class="container">
<div class="os-phrases" id="os-phrases">
<h2>Coding</h2>
<h3>Presents</h3>
<h2>"Today is the time to start!"</h2>
<h2>When you start today,</h2>
<h2>You're a lot further...</h2>
<h2>Than you were, yesterday.</h2>
<h2>You can code!</h2>
<h2>You have to stick with it!</h2>
<h2>You MUST believe in yourself!</h2>
<h2>Just Jump... "Hello, World!"</h2>
<h2>Super Ninja</h2>
</div>
</div>
<header>
<!--Begin Footer-->
<div id="footer">
<a href="https://www.linkedin.com/in/discoverfrederickthomas/">Connect with Me on LinkedIn</a> | <a href="https://www.youtube.com/watch?v=gP-fl4-H7hY&feature=youtu.be">"Start Now, Transform Today!"</a> | © "TODAY is the time to start!" by <a href="https://github.com/supercodingninja">Super Coding Ninja</a> 2019 | <a href="mailto:[email protected]>"</a>Email Me</a> | Music: https://www.bensound.com <break>
<break><a href="https://supercodingninja.github.io/Portfolio_Discover-Frederick-Thomas/">#DiscoverFrederickThomas</break></a></div>
<!--End Footer-->
</header>
<!-- Place Optional JavaScript Here-->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lettering.js/0.6.1/jquery.lettering.min.js"></script>
<!-- <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> -->
<!-- <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> -->
<script src="SCN.js"></script>
</body>
</html>