-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (78 loc) · 2.32 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
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<meta name=description content="Developer">
<meta name="keywords " content="developer, c++, java, jobs">
<meta name=language content=en>
<meta name=author content="glywk">
<meta name=viewport content="width=device-width">
<title>home - glywk</title>
<link rel=stylesheet href=style/bootstrap.min.css>
<link rel=stylesheet href=style/bootstrap-theme.min.css>
<link rel=stylesheet href=style/font-awesome.min.css>
</head>
<body>
<div class=container>
<section id=home>
<article>
<h1>
Glywk <small>shared projects</small>
</h1>
<aside>
<ul class=fa-ul>
<li><i class="fa fa-li fa-github"></i> <a
href=https://github.com/glywk target=_blank>GitHub</a></li>
</ul>
</aside>
</article>
<hr>
</section>
<section>
<p>List of projects:</p>
</section>
<section id=project-ceb class=media>
<div class=media-body>
<h2 class=media-heading>
cpp_properties <small>2015</small>
</h2>
<article>
<p>
<code>cpp_properties</code>
is a c++ library helping to parse and manipulate the java properties syntax.
</p>
</article>
<aside>
<ul class=fa-ul>
<li><i class="fa fa-li fa-github"></i> <a
href=https://github.com/glywk/cpp_properties target=_blank>GitHub</a></li>
</ul>
<ul class=fa-ul>
<li><i class="fa fa-li fa-book"></i> <a
href=https://glywk.github.io/cpp_properties/cpp_properties.html target=_blank>Documentation</a></li>
</ul>
</aside>
<article class=labels>
<span class="label label-default">c++11</span> <span
class="label label-default">boost</span> <span
class="label label-default">spirit</span> <span
class="label label-default">cmake</span>
</article>
</div>
</section>
<br>
<br>
</div>
<br>
<script src=script/jquery.min.js></script>
<script src=script/bootstrap.min.js></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72120468-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>