-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (77 loc) · 4.85 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
81
82
83
84
85
86
87
88
89
90
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>@frozenminds</title>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Constantin Bejenaru (Boby) is a pasionate web and back-end developer highly focused on simple and beautiful code, eager to always push the limits" />
<meta name="keywords" content="frozenminds, constantin bejenaru, boby, bobi, developer, cluj">
<meta name="author" content="Constantin Bejenaru">
<meta name="twitter:title" content="Frozenminds">
<meta name="twitter:site" content="@frozenminds">
<meta name="twitter:description" content="Constantin Bejenaru (Boby) is a pasionate web and back-end developer highly focused on simple and beautiful code, eager to always push the limits">
<meta name="twitter:url" content="http://frozenminds.com/">
<meta property="og:title" content="Frozenminds">
<meta property="og:url" content="http://frozenminds.com/">
<meta property="og:type" content="website">
<meta property="og:description" content="Constantin Bejenaru (Boby) is a pasionate web and back-end developer highly focused on simple and beautiful code, eager to always push the limits">
<meta property="og:locale" content="en_GB">
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="//fonts.googleapis.com/css?family=Roboto|Roboto+Mono:300" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.lineicons.com/2.0/LineIcons.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/milligram/1.4.1/milligram.css">
<link rel="stylesheet" href="css/style.min.css?t=20200401100000">
<!-- Google Tag Manager -->
<script>
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-ZSRF');
</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/?locale=en" title="Upgrade your browser">upgrade your browser</a>!</p>
<![endif]-->
<header class="container">
<h1><a href="http://frozenminds.com/" title="Frozenminds.com">frozenminds.com</a></h1>
</header>
<main id="content" role="main" tabindex="-1" class="container">
<section class="row about h-card">
<h3 class="column">
<strong class="p-name">Constantin Bejenaru</strong> <em class="p-nickname">Boby</em>
</h3>
</section>
<section class="row">
<div class="column about h-card">
<blockquote>
<p>I'm a lazy <span class="p-role">web developer</span> from <span class="locality">Cluj-Napoca</span>.</p>
</blockquote>
</div>
</section>
<section class="row social">
<ul class="social-icons">
<li><a href="https://github.com/frozenminds" title="View my GitHub repositories and work" class="u-url social-icon" aria-label="View my GitHub repositories and work"><i class="lni lni-github"></i></a></li>
<li><a href="http://stackexchange.com/users/84091/boby" title="Find my StackExchange activity" class="u-url social-icon" aria-label="Find my StackExchange activity"><i class="lni lni-stackoverflow"></i></a></li>
<li><a href="https://www.linkedin.com/in/frozenminds" title="Browse through my LinkedIn profile" class="u-url social-icon" aria-label="Browse through my LinkedIn profile"><i class="lni lni-linkedin"></i></a></li>
<li><a href="https://www.instagram.com/frozenminds/" title="Follow me on Instagram" class="u-url social-icon" aria-label="Follow me on Instagram"><i class="lni lni-instagram"></i></a></li>
<!-- <li><a href="https://unsplash.com/@frozenminds" title="View my free Unsplash photos" class="u-url social-icon" aria-label="View my free Unsplash photos"><i class="lni lni-unsplash"></i></a></li> -->
<li><a href="https://500px.com/frozenminds" title="View and send feedback to my photos on 500px" class="u-url social-icon" aria-label="View and send feedback to my photos on 500px"><i class="lni lni-500px"></i></a></li>
</ul>
</section>
</main>
</body>
</html>