-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (62 loc) · 3.63 KB
/
index.html
File metadata and controls
63 lines (62 loc) · 3.63 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Zaeder on Github</title>
<link href="https://fonts.googleapis.com/css?family=Raleway:400,300,500,700&subset=latin,latin-ext" rel="stylesheet" type="text/css" />
<link href="css/styles.css" rel="stylesheet" type="text/css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
</head>
<body onload="init();">
<header>
<div class="container">
<h1><span>Zaeder</span></h1>
<h2>Projects' presentation</h2>
<div class="clear"></div>
</div>
</header>
<div id="infos">
<div class="container">
<section id="downloads">
<a href="https://github.com/zaeder/link4mailing-bundle" id="view-on-github" class="button-orange"><span>View on GitHub</span></a>
<p><span class="title-parag">Welcome</span>Thank you for visiting my github page. I will present my projects.</p>
</section>
<section id="main_content">
<article>
<div class="logo"><img src="images/logos/jsLogger.png" /></div>
<div class="description">
<p>
<span class="title-parag">jsLogger-bundle (Symfony 2)</span>
This symfony2 bundle using monolog will log javascript events.
<span class="links"><a href="https://github.com/zaeder/jsLogger-bundle/zipball/master" target="_blank">Download .zip</a> | <a href="https://github.com/zaeder/jsLogger-bundle/tarball/master" target="_blank">Download .tar.gz</a><br />
<a href="https://github.com/zaeder/jsLogger-bundle" target="_blank">View on GitHub</a> | <a href="http://zaeder.github.io/jsLogger-bundle" target="_blank">Github page</a></span>
</p>
</div>
<div class="clear"></div>
</article>
<article>
<div class="logo"><img src="images/logos/link4mailing.png" /></div>
<div class="description">
<p>
<span class="title-parag">Link4mailing-bundle (Symfony 2)</span>
This symfony2 bundle generate links for your mails. You will be able to add an expiration date and link an user to use the auto-login method. This last one works with FOSUserBundle.
<span class="links"><a href="https://github.com/zaeder/link4mailing-bundle/zipball/master" target="_blank">Download .zip</a> | <a href="https://github.com/zaeder/link4mailing-bundle/tarball/master" target="_blank">Download .tar.gz</a><br />
<a href="https://github.com/zaeder/link4mailing-bundle" target="_blank">View on GitHub</a> | <a href="http://zaeder.github.io/link4mailing-bundle" target="_blank">Github page</a></span>
</p>
</div>
<div class="clear"></div>
</article>
<div class="clear"></div>
</section>
<div class="clear"></div>
</div>
</div>
<footer>
<div class="container">
<p>Zaeder © copyright</p>
</div>
</footer>
<script src="js/scripts.js"></script>
</body>
</html>