-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (45 loc) · 2.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<base href="https://alperderman.com/" />
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alper Derman | Home</title>
</head>
<body class="overflow-hidden">
<div class="gsap-screen" style='position:fixed;top:0;left:0;z-index:99;width:100vw;height:100vh;background-color:#333;'></div>
<cog data-src="layouts/_load.html"></cog>
<div data-set="text:navbar.menus.home.active">active</div>
<div data-set="json:section">{}</div>
<div data-set="json:section.briefing">{}</div>
<div data-set="json:section.frequently">{}</div>
<div data-set="json:section.familiar">{}</div>
<div data-set="json:section.portfolio">{}</div>
<div data-set="json:section.contact">{}</div>
<div data-set="text:section.briefing.title">Introduction</div>
<div data-set="html:section.briefing.content">
<p>Hi, my name is Alper. I'm a web developer and a junior programmer. This is my personal website. Here, you can find my works, get <span style="font-size: 0.6rem;"> little</span> information about me or contact to me indirectly.</p>
<p>My works consist of front-end designs, back-end projects and cross-platform applications. I'm trying to learn various fields related to programming rather than specializing in a single field.</p>
</div>
<div data-set="text:section.frequently.title">Frequently Used</div>
<div data-set="html:section.frequently.content">
<p>This section contains the things that I can confidently say that I'm advanced.</p>
</div>
<div data-set="text:section.familiar.title">Familiar With</div>
<div data-set="html:section.familiar.content">
<p>This section contains the things that I'm not as advanced as the other section but made projects with them and have an overall idea about the structure.</p>
</div>
<div data-set="text:section.portfolio.title">Portfolio</div>
<div data-set="html:section.portfolio.content">
<p>I do my work with pure passion but as I mentioned above, I'm still on a learning phase, so hope you consider that while looking through my works.</p>
</div>
<div data-set="json:section.portfolio.btn">{"href":"%navbar.menus.portfolio.href%", "color":"", "title":"See More Works"}</div>
<div data-set="text:section.contact.title">Get In Touch!</div>
<script src="assets/js/cog.js"></script>
<script src="assets/js/cog-profile.js"></script>
<script>
cog.render("layouts/index.html");
</script>
</body>
</html>