-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (114 loc) · 5.96 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
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
<!DOCTYPE html>
<html>
<head>
<title>AperLambda</title>
<meta charset="UTF-8">
<link ref="shortcut icon" rel="icon" href="aperlambda.ico" type="image/x-icon" />
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css" media="screen,projection" />
<link type="text/css" rel="stylesheet" href="aperlambda.css" />
<link type="text/css" rel="stylesheet" href="css/lambdacolors_dark.css" />
<link type="text/css" rel="stylesheet" href="css/aperlambda_social_media.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body class="lambdacolors_background">
<header>
<ul id="libraries_dropdown" class="dropdown-content">
<li><span>Libraries:</span></li>
<li><a href="/libraries/lambdacommon">λcommon</a></li>
<li><a href="/libraries/ionicengine">IonicEngine</a></li>
<li><a href="/libraries/kimiko">kimiko</a></li>
</ul>
<nav class="lambdacolors_appbar">
<div class="nav-wrapper">
<div class="brand-logo" style="display: flex;align-items:center;">
<img class="circle responsive-img" style="max-height: 64px !important; max-width: 32px; padding: 15px 0 !important; margin-left: 7px; margin-right: 2px;" src="aperlambda.png" />
<a href="#!" class="brand-title" style="margin-left: 5px;">AperLambda</a>
</div>
<a href="#" data-target="mobile-head-navbar" class="sidenav-trigger"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li><a class="dropdown-trigger" href="#!" data-target="libraries_dropdown">Libraries<i class="material-icons right">arrow_drop_down</i></a></li>
</ul>
</div>
</nav>
<ul class="sidenav lambdacolors_sidenav white-text" id="mobile-head-navbar">
<li><span style="margin-left: 2px;">Libraries</span></li>
<li><a href="/libraries/lambdacommon" class="white-text">λcommon</a></li>
<li><a href="/libraries/ionicengine" class="white-text">IonicEngine</a></li>
<li><a href="/libraries/kimiko" class="white-text">kimiko</a></li>
</ul>
</header>
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<br />
<br />
<h1 class="header center blue-grey-text text-lighten-4 brand-title">AperLambda</h1>
<div class="row center">
<h5 class="header col s12 light white-text">A development team which makes libraries and video games.</h5>
</div>
</div>
</div>
<div class="container">
<div class="section">
<!-- Icon Section -->
<div class="row">
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons medium">group</i></h2>
<h5 class="center white-text">Team</h5>
<p class="light white-text">We're currently a very little team (like 2 people with only one person working). If you want to join us, we will welcome you!</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons medium">games</i></h2>
<h5 class="center white-text">Game development</h5>
<p class="light white-text">We are developing 2D and 3D games. Our current project is nova_res.</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons medium">settings</i></h2>
<h5 class="center white-text">Libraries development</h5>
<p class="light white-text">
We create and provide libraries to make developing more easier and fun! Why would you break your brain on complicated code when you can simplify it?
We create C++, JavaScript and Java libraries like <a href="/libraries/lambdacommon">λcommon</a>, <a href="https://github.com/AperLambda/ionicengine.git">IonicEngine</a>, <a href="/libraries/kimiko">kimiko</a> and more!
</p>
</div>
</div>
</div>
</div>
<br />
<br />
</div>
<footer class="page-footer lambdacolors_appbar">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Contact:</h5>
<ul>
<li><a href="https://discord.gg/zBsgGCv" class="white-text"><i class="fab fa-discord aperlambda-forgeground-discord"></i> Discord Server</a></li>
<li><a href="https://twitter.com/AperLambda" class="white-text"><i class="fab fa-twitter aperlambda-foreground-twitter"></i> @AperLambda</a></li>
<li><a href="https://github.com/AperLambda" class="white-text"><i class="fab fa-github aperlambda-foreground-github"></i> AperLambda</a></li>
<li><a href="mailto:aperlambda@gmail.com" class="white-text"><i class="fas fa-envelope"></i> aperlambda@gmail.com</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
Copyright © 2019 AperLambda <aperlambda@gmail.com>
</div>
</div>
</footer>
<!--JavaScript at end of body for optimized loading-->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js" integrity="sha384-kW+oWsYx3YpxvjtZjFXqazFpA7UP/MbiY4jvs+RWZo2+N94PFZ36T6TFkc9O3qoB" crossorigin="anonymous"></script>
<script>M.AutoInit();</script>
</body>
</html>