blob: b9d3737185b841b800f89a58582a392f019c5469 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 reasonable-width">
<a class="list-group-item" href="//github.com/egor-tensin/cpp_tips"><span class="glyphicon glyphicon-home"></span> GitHub repository</a>
<a class="list-group-item" href="mailto:Egor.Tensin@gmail.com"><span class="glyphicon glyphicon-envelope"></span> Egor.Tensin@gmail.com</a>
</div>
<h3>Platform</h3>
<table class="table table-bordered reasonable-width">
<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>
|