-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpening.html
97 lines (77 loc) · 3.97 KB
/
Opening.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
<!DOCTYPE HTML>
<html>
<head>
<title>Int. Friends</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-loading">
<!-- Wrapper -->
<div id="wrapper" class="fade-in">
<!-- Intro -->
<div id="intro">
<h1>We Are<br />
Int. Friends</h1>
<p>An idea developed by the D3 team</a><br /></p>
<ul class="actions">
<li><a href="#header" class="button icon solo fa-arrow-down scrolly">Continue</a></li>
</ul>
</div>
<!-- Header -->
<header id="header">
<a href="Opening.html" class="logo">Int. Friends</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li class="active"><a href="Opening.html">Home</a></li>
<li><a href="generic.html">The App</a></li>
<li><a href="elements.html">Contact</a></li>
</ul>
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Featured Post -->
<article class="post featured">
<header class="major">
<span class="date">December 03, 2017</span>
<h2><a href="#">We've made<br />
our first steps</a></h2>
<a href="#" class="small image"><img src="images/iconn.png" alt="" /></a>
<p>Explore, chat, meet new friends. Int. Friends is easy and fun - just enter your name, nationality and school, and leave the rest to us! With support for over 50 countries you can instantly find people who come from the same part of the world like you, speak the same languages like you or go to the same university. Perfect for international students who want to find friends !</p>
<h2><font color="#F25D27">FEATURES</font></h2>
<div class="image person">
<p>
<ul align="left">
☯️ Be part of a community of people who share something specific with each-other. </br>
🙄 Great for groups. Free, fast and secure group chats. </br>
🤷🏻♀️ 🤷🏻♂️ Connect however you want. Send a test message, share a photo, or start a video chat. </br>
😇 Express yourself. Send emojis, stickers, and GIFs to conversations. </br>
</ul>
</p>
</div>
</header>
<a href="#" class="image"><img src="images/output_c1EAzG.gif" alt="" /></a>
</article>
</div>
<!-- Copyright -->
<div id="copyright">
<ul><li>© Untitled</li><li>Design: <a href="https://html5up.net">HTML5 UP</a></li></ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>