-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathworks.html
135 lines (115 loc) · 5.85 KB
/
works.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html lang="en">
<head>
<!-- meta properties -->
<meta charset="UTF-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Recent Works & Contributions</title>
<meta content="Building beautiful android applications and video games for various businesses with coffee and code."
name="description">
<meta content="Teodor Grigor, teogor, Android Engineer, Video Game Developer" name="keywords">
<meta content="Recent Works & Contributions" name="title">
<meta content="Recent Works & Contributions" property="og:title">
<meta content="Building beautiful android applications and video games for various businesses with coffee and code."
property="og:description">
<meta content="https://teogor.dev" property="og:url">
<meta content="teogor.dev/works" property="og:site_name">
<meta content="https://teogor.dev/res/cover/website.png"
property="og:image">
<meta content="teogor.dev" property="twitter:domain">
<meta content="https://teogor.dev/works" property="twitter:url">
<meta content="summary_large_image" name="twitter:card">
<meta content="Teodor Grigor - Recent Works" name="twitter:title">
<meta content="Building beautiful android applications and video games for various businesses with coffee and code."
name="twitter:description">
<meta content="https://assets.teogor.dev/images/covers/works.png"
property="twitter:image">
<!-- stylesheets -->
<link href="https://assets.teogor.dev/styles/tailwindoutput.css" rel="stylesheet">
<!-- favicons -->
<link href="favicons/android-chrome-512x512.png" rel="icon" sizes="512x512"
type="image/png">
<link href="favicons/android-chrome-192x192.png" rel="icon" sizes="192x192"
type="image/png">
<link href="favicons/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
<link href="favicons/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
<link href="favicons/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
<link href="favicons/site.webmanifest" rel="manifest">
<!-- 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-P9HX23X');</script>
<!-- End Google Tag Manager -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XN9N2SV8QZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-XN9N2SV8QZ');
</script>
<!-- End Global site tag (gtag.js) - Google Analytics -->
<script src="https://assets.teogor.dev/components/navbar/navbar.js" type="module"></script>
<script src="https://assets.teogor.dev/components/footer/footer.js" type="module"></script>
</head>
<body data-barba="wrapper" x-data>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe height="0"
src="https://www.googletagmanager.com/ns.html?id=GTM-P9HX23X" style="display:none;visibility:hidden"
width="0"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<!--<div class="load-container">-->
<!-- <div class="loading-screen"></div>-->
<!--</div>-->
<div class="h-min">
<div id="navbar"></div>
<!-- content goes here -->
<div class="py-top-128 text-center animate-this cursor-none" data-barba="container" data-barba-namespace="works">
<h2 class="font-extrabold text-2xl py-5 xl:mx-80 2xl:mx-110 text-white md:text-4xl cursorHover">
Recents Works & Contributions
</h2>
<div class="flex justify-center">
<div id="projects-container"
class="grid gap-2 grid-flow-row sm:mt-12 sm:grid-flow-row sm:grid-cols-2 sm:gap-6 lg:grid-col-2 lg:grid-flow-row lg:gap-8">
<template id="projects-template">
<a target="_blank"
class="py-8 px-6 sm:px-10 md:px-8 bg-purple-600 text-center hover:bg-purple-700 border-transparent rounded-md shadow-md space-y-2 mt-5 ml-4 w-11/12 sm:ml-0 sm:w-80 sm:mt-0 lg:w-[32rem] text-left relative transtion-all duration-300 ease-in-out top-0 hover:-top-1 hover:shadow-xl"
x-intersect="$el.classList.add('fadeInUp')">
<h2 class="text-2xl py-5 text-white font-semibold leading-6"></h2>
<p class="text-lg text-slate-200">{{ description }}</p>
<p class="text-lg text-slate-200 py-1 lg:py-2">{{ technologies }}</p>
</a>
</template>
</div>
</div>
<a href="https://github.com/teogor?tab=repositories" target="_blank">
<button
class="py-6 my-20 px-7 text-xl md:py-5 md:px-7 md:my-24 xl:my-20 xl:px-10 xl:py-7 rounded-full bg-white button transition duration-200 ease-in-out text-purple-600 hover:text-white hover:bg-purple-700"
x-intersect="$el.classList.add('fadeInUp')">Other
Contributions
</button>
</a>
</div>
</div>
<div class="cursor-dot-outline"></div>
<div class="cursor-dot"></div>
<script src="https://assets.teogor.dev/scripts/bundle.js"></script>
<script src="/components/works/projects.js" type="module"></script>
</body>
<footer id="footer"></footer>
</html>