-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpodcast.html
155 lines (123 loc) · 7.1 KB
/
podcast.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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE html>
<html>
<head>
<title>Andrea Event</title>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="robots" content="index, follow" >
<meta name="keywords" content="HTML5 Template" >
<meta name="description" content="Usfca E-club website" >
<meta name="author" content="Adrian Smith">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#2a2b2f">
<!-- FAVICONS -->
<link rel="shortcut icon" href="../images/favicon/favicon.png">
<link rel="apple-touch-icon" href="../images/favicon/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="../images/favicon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="../images/favicon/apple-touch-icon-114x114.png">
<link rel="icon" sizes="192x192" href="../images/favicon/icon-192x192.png">
<!-- CSS -->
<!-- GOOGLE FONT -->
<link href="https://fonts.googleapis.com/css?family=Poppins:500,600,300%7COpen+Sans:400,300,700" rel="stylesheet" type="text/css">
<!-- BOOTSTRAP -->
<link rel="stylesheet" href="../css/bootstrap.min.css">
<!-- ICONS ELEGANT FONT & FONT AWESOME & LINEA ICONS -->
<link rel="stylesheet" href="../css/icons-fonts.css" >
<!-- CSS THEME -->
<link rel="stylesheet" href="../css/style.css" >
<!-- ANIMATE -->
<link rel="stylesheet" href="../css/animate.min.css">
<!-- MY CSS -->
<link rel="stylesheet" href="../css/global.css" >
<!-- IE Warning CSS -->
<!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="../css/ie-warning.css" ><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="../css/ie8-fix.css" ><![endif]-->
<!-- Magnific popup, Owl Carousel Assets in style.css -->
<!-- CSS end -->
<!-- JS begin some js files in bottom of file-->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="wrap" class="boxed">
<div class="grey-bg"> <!-- Grey BG -->
<!-- HEADER 2 MIN FULL SCREEN MENU FONT WHITE TRANSPARENT -->
<header id="nav-stick" class="header header-1 header-side-menu header-white">
<div class="header-wrapper">
<div class="container-m-30 clearfix">
<div class="logo-row">
<!-- LOGO -->
<div class="logo-container-2 fs-logo">
<div class="logo-2">
<a href="../index.html" class="clearfix">
<img src="../images/assets_in_use/new-logo.svg" class="logo-img" alt="Logo">
</a>
</div>
</div>
</div>
</div>
<!-- BUTTON -->
<div class="menu-btn-respons-container2">
<a class="fs-primary-nav-trigger" href="#"><span class="fs-menu-icon"></span></a>
</div>
</div> <!-- END header-wrapper -->
</header>
<!-- MENU FONT -->
<nav>
<div class="fs-primary-nav fs-nav-black ">
<ul class="block-center-xy">
<li><a class="a-white" href="../index.html">Home</a></li>
<!-- <li><a class="a-white" href="../events.html">Events</a></li> -->
<li><a class="a-white" href="../podcast.html">Podcast</a></li>
<li><a class="a-white" href="../calendar.html">Calendar</a></li>
<li><a class="a-white " href="timeline.html">Timeline</a></li>
<li class="fs-label">Connect with us</li>
<li>
<div class="footer2-soc-a mt-20">
<a class="a-white" href="https://www.facebook.com/UsfCAEClub/" title="Facebook" target="_blank"><i class="fa fa-facebook"></i></a>
<a class="a-white" href="https://usfcaeclub.slack.com" title="Slack" target="_blank"><i class="fa fa-slack"></i></a>
<a class="a-white" href="mailto:[email protected]" title="Email" target="_blank"><i class="fa fa-envelope"></i></a>
<a class="a-white" href="https://www.instagram.com/usfcaeclub/" title="Instagram" target="_blank"><i class="fa fa-instagram"></i></a>
</div>
</li>
</ul>
</div>
</nav> <!-- End Nav -->
<!-- PAGE TITLE LARGE 5 ABSOLUTE GRAY -->
<div class="page-title-large5-cont events-header">
<div class="container relative">
<div class="page-title-large5-text-cont">
<div>
<h1 class="page-title5">Podcast</h1>
</div>
</div>
</div>
</div> <!-- End Header-->
<!-- CONTENT -->
<div class="page-section p-140-cont pb-50" id="podcast-body">
<div class="container">
<!-- Embed podcast -->
<iframe width="100%" height="450" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/users/343681945&color=%23e4e4e4&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"></iframe>
</div>
</div><!-- container end -->
<!-- JS begin -->
<!-- jQuery -->
<script type="text/javascript" src="../js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="../js/bootstrap.min.js"></script>
<!-- PORTFOLIO SCRIPTS -->
<script type="text/javascript" src="../js/isotope.pkgd.min.js"></script>
<script type="text/javascript" src="../js/imagesloaded.pkgd.min.js"></script>
<script type="text/javascript" src="../js/masonry.pkgd.min.js"></script>
<!-- APPEAR -->
<script type="text/javascript" src="../js/jquery.appear.js"></script>
<!-- MAIN SCRIPT -->
<script src="../js/main.js"></script>
<!-- FULL SCREEN MENU -->
<script src="../js/fs-menu.js"></script>
</body>
</html>