aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/about.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-05-06 06:44:18 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-05-06 06:44:18 +0300
commit4c917fc60d4dec2151c83237cacecf604c0a9242 (patch)
tree2056f967b09bef1f13fd61e9379c79463d0e4331 /about.html
downloadjekyll-theme-4c917fc60d4dec2151c83237cacecf604c0a9242.tar.gz
jekyll-theme-4c917fc60d4dec2151c83237cacecf604c0a9242.zip
initial commit
Diffstat (limited to '')
-rw-r--r--about.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/about.html b/about.html
new file mode 100644
index 0000000..19466a2
--- /dev/null
+++ b/about.html
@@ -0,0 +1,22 @@
+---
+title: About
+layout: about
+group: "navigation"
+---
+<h1>About the project</h1>
+<p>Thoughs on C++ and life. Feel free to contribute or contact me.</p>
+<div class="list-group" style="max-width: 400px;">
+ <a class="list-group-item" href="//github.com/egor-tensin/cpp_tips"><span class="glyphicon glyphicon-home"></span>&nbsp;GitHub repository</a>
+ <a class="list-group-item" href="mailto:Egor.Tensin@gmail.com"><span class="glyphicon glyphicon-envelope"></span>&nbsp;Egor.Tensin@gmail.com</a>
+</div>
+<h3>Platform</h3>
+<table class="table table-bordered" style="max-width: 400px;">
+ <tr>
+ <th>CPU</th>
+ <td><a href="http://ark.intel.com/products/58917">Intel Atom N2800</a></td>
+ </tr>
+ <tr>
+ <th>OS</th>
+ <td>Windows 7 Professional Service Pack 1</td>
+ </tr>
+</table>