-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (61 loc) · 3.55 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!--
$$$$$$$$\ $$$$$$$$\ $$$$$$$\ $$$$$$$$\ $$\
\__$$ __|$$ _____|$$ __$$\ \____$$ | \__|
$$ | $$ | $$ | $$ |$$\ $$\ $$ / $$$$$$\ $$$$$$\ $$$$$$\ $$$$$$$$\ $$\ $$$$$$\
$$ | $$$$$\ $$ | $$ |\$$\ $$ | $$ / \____$$\ $$ __$$\ \____$$\ \____$$ |$$ |$$ __$$\
$$ | $$ __| $$ | $$ | \$$$$ / $$ / $$$$$$$ |$$ / $$ | $$$$$$$ | $$$$ _/ $$ |$$ / $$ |
$$ | $$ | $$ | $$ | $$ $$< $$ / $$ __$$ |$$ | $$ |$$ __$$ | $$ _/ $$ |$$ | $$ |
$$ | $$$$$$$$\ $$$$$$$ |$$ /\$$\ $$$$$$$$\\$$$$$$$ |\$$$$$$$ |\$$$$$$$ |$$$$$$$$\ $$ |\$$$$$$$ |
\__| \________|\_______/ \__/ \__|\________|\_______| \____$$ | \_______|\________|\__| \____$$ |
$$\ $$ | $$\ $$ |
\$$$$$$ | \$$$$$$ |
\______/ \______/
Event website by Plebits (facebook.com/plebits)
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>TEDx Zagazig</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!-- Primary Meta Tags -->
<title>TEDx Zagazig</title>
<link rel="shortcut icon" href="res/images/favicon.ico">
<meta name="title" content="TEDx Zagazig">
<meta name="description" content="TEDxZagazig is the platform for ideas worth spreading in our community . we aim to bring together leading thinkers and doers in any discipline">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://tedxzagazig.com/">
<meta property="og:title" content="TEDx Zagazig">
<meta property="og:description" content="TEDxZagazig is the platform for ideas worth spreading in our community . we aim to bring together leading thinkers and doers in any discipline">
<meta property="og:image" content="http://3.86.111.148/res/images/logos/dark-social.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://tedxzagazig.com/">
<meta property="twitter:title" content="TEDx Zagazig">
<meta property="twitter:description" content="TEDxZagazig is the platform for ideas worth spreading in our community . we aim to bring together leading thinkers and doers in any discipline">
<meta property="twitter:image" content="http://3.86.111.148/res/images/logos/dark-social.jpg">
<!-- Bootstrap -->
<link rel="stylesheet" href="./res/css/splash_bootstrap.min.css">
<script src="./res/js/splash_jquery.min.js"></script>
<script src="./res/js/splash_bootstrap.min.js"></script>
<!-- Custom Fonts -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="./res/css/splash.css">
</head>
<body>
<!-- particles.js container -->
<div id="particles-js"></div>
<header class="header">
<div class="text-vertical-center">
<img src="./res/images/logos/splash.png" class="img-responsive" width="700px"/>
<br /><br />
<a href="./home.html" class="btn btn-lg">Inspire Me!</a>
</div>
</header>
<script src='./res/js/splash_particles.min.js'></script>
<script src='./res/js/splash_stats.min.js'></script>
<script src="./res/js/splash.js"></script>
</body>
</html>