-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
126 lines (123 loc) · 6.07 KB
/
about.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html>
<head>
<title>About TEDxCrescentaValleyHS</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="about.css" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Lato|Oswald|Poppins" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,400,300,500,600,700,800,900" />
<script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="bootstrap.css" type="text/css" />
<!--<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">-->
<link href="https://fonts.googleapis.com/css?family=Dosis|Merriweather+Sans|Titillium+Web" rel="stylesheet">
<script type="text/javascript" src="bootstrap.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#button').click(function() {
$('html, body').animate({ scrollTop: $('.two-section').offset().top }, 550);
});
$('.button2').click(function() {
$('html, body').animate({ scrollTop: $('#two-section-2').offset().top }, 550);
});
$('#button2').click(function() {
$('html, body').animate({ scrollTop: 0}, 950);
});
});
</script>
<style id="jquerystyles">
</style>
</head>
<body>
<div id="button">
<img src="https://image.flaticon.com/icons/svg/137/137519.svg"></img>
</div>
<div class="outer">
<div class="overlay">
<div id="myNav">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="index.html">TEDxCrescentaValleyHS</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link" href="about.html">About<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="speakers.html">Speakers</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="inner" class="animate-reveal animate-first">
<div id="large">
<div>
<h1 id="h1">ABOUT</h1>
<p>More information about TEDxCrescentaValleyHS</p>
</div>
</div>
</div>
</div>
</div>
<div class="two-section">
<div class="container-fluid">
<div class="row">
<div class="col-lg-8" id="first-large-col">
<div class="overlay2"></div>
</div>
<div class="col-lg-4" id="first-large">
<div class="responsiveoverlay2"></div>
<div class="wrapper">
<h1 id="temp">
About TEDx
</h1>
<p>
In the spirit of ideas worth spreading, TEDx is a program of local,
self-organized events that bring people together to share a TED-like
experience. At a TEDx event, TED Talks video and live speakers combine
to spark deep discussion and connection. These local, self-organized events
are branded TEDx, where x = independently organized TED event. The TED Conference
provides general guidance for the TEDx program, but individual TEDx events
are self-organized. (Subject to certain rules and regulations.)
</p>
</div>
<div id="button" class="button2">
<img src="https://image.flaticon.com/icons/svg/137/137519.svg"></img>
</div>
</div>
</div>
</div>
</div>
<div class="two-section" id="two-section-2">
<div class="container-fluid">
<div class="row">
<div class="col-lg-4" id="second-large">
<div class="responsiveoverlay2"></div>
<div class="wrapper">
<h1>
ABOUT TED
</h1>
<p>
TED is a nonprofit devoted to spreading ideas, usually in the form of short,
powerful talks (18 minutes or less). TED began in 1984 as a conference where
Technology, Entertainment and Design converged, and today covers almost all topics
- from science to business to global issues - in more than 100 languages.
</p>
</div>
<div id="button2">
<img src="https://image.flaticon.com/icons/svg/137/137519.svg"></img>
</div>
</div>
<div class="col-lg-8" id="second-large-col">
<div id="overlay2"></div>
</div>
</div>
</div>
</div>
</body>
</html>