-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
68 lines (59 loc) · 2.85 KB
/
Copy pathabout.html
File metadata and controls
68 lines (59 loc) · 2.85 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
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<title>Aliamondo GitHub page</title>
<meta charset="utf-8">
<meta name="author" content="Aliamondo">
<meta name="description" content="Personal software developer page"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico?">
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script>
</head>
<body>
<header>
<div class="logo">
<a href="index.html"><img src="img/logo.png" title="Aliamondo" alt="Aliamondo"/></a>
</div><!-- end logo -->
<div id="menu_icon"></div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="daily-helper">Daily Helper</a></li>
<li><a href="https://open.spotify.com/artist/0syKTsJT09DN93UG54t2y5">Spotify</a></li>
<li><a href="shakespeare.html">Shakespeare</a></li>
<li><a href="about.html" class="selected">About</a></li>
</ul>
</nav><!-- end navigation menu -->
<div class="footer clearfix">
<!--<ul class="social clearfix">
<li><a href="#" class="fb" data-title="Facebook"></a></li>
<li><a href="#" class="google" data-title="Google +"></a></li>
<li><a href="#" class="behance" data-title="Behance"></a></li>
<!--<li><a href="#" class="twitter" data-title="Twitter"></a></li>
<li><a href="#" class="dribble" data-title="Dribble"></a></li>--
<li><a href="#" class="rss" data-title="RSS"></a></li>
</ul><!-- end social -->
<div class="rights">
<p>Copyright © 2013-2022 Aliamondo.</p>
<p>Template by <a href="http://pixelhint.com">Pixelhint.com</a></p>
</div><!-- end rights -->
</div ><!-- end footer -->
</header><!-- end header -->
<section class="main clearfix">
<section class="wrapper">
<div class="content">
<h1>Aliamondo</h1>
<h3>Software Developer</h3>
<p>Passionate programmer in Python and Java, while also enjoying Haskell, AutoIt, and playing with Android using libGDX.</p>
<p>If you want to see some of my university related stuff, visit my <a href="http://people.inf.elte.hu/anktaai/">university public folder</a>.</p>
<div class="LI-profile-badge" data-version="v1" data-size="medium" data-locale="en_US" data-type="horizontal" data-theme="light" data-vanity="andrey-khasanov"><a class="LI-simple-link" href='https://ke.linkedin.com/in/andrey-khasanov?trk=profile-badge'>Andrey Khasanov</a></div>
<img src="https://projecteuler.net/profile/Aliamondo.png" title="Project Euler" alt="Project Euler"/>
</div><!-- end content -->
</section>
</section><!-- end main -->
</body>
</html>