5
5
<meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
6
6
<title >{{ title }} </title >
7
7
<meta name =" description" content =" {{ description }}" >
8
+ <link rel =" shortcut icon" href =" /logo.png" type =" image/x-icon" >
9
+ <link rel =" preconnect" href =" https://fonts.googleapis.com" >
10
+ <link rel =" preconnect" href =" https://fonts.gstatic.com" crossorigin >
11
+ <link href =" https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel =" stylesheet" >
12
+ <script type =" module" src =" https://cdn.jsdelivr.net/npm/bluesky-profile-feed-embed@^1.0.0/+esm" ></script >
13
+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/bluesky-profile-feed-embed@^1.0.0/dist/core.min.css" >
8
14
<link rel =" stylesheet" href =" /style.css" >
9
15
</head >
10
16
<body >
11
17
<section class =" hero" >
12
18
<div class =" social" >
13
19
{%- for social in social -%}
14
- <a href =" {{ social.url }}" >
15
- <img height =" 32" width =" 32" src =" https://cdn.simpleicons.org/{{ social.slug }}/white" >
20
+ <a href =" {{ social.url }}" aria-label = " {{ social.slug }} " >
21
+ <img alt = " {{ social.slug }} " height =" 32" width =" 32" src =" https://cdn.simpleicons.org/{{ social.slug }}/white" >
16
22
</a >
17
23
{%- endfor -%}
18
24
</div >
21
27
<div class =" description" >{{ description }} </div >
22
28
</div >
23
29
</section >
24
- <section id =" projects" >
25
- <h2 >Projects</h2 >
26
- <p >Some my newest projects that i like to maintain.</p >
27
- <div class =" projects" >
28
- {%- for project in projects -%}
29
- <a href =" {{ project.url }}" class =" project" >
30
- <div class =" name" >{{ project .title }} </div >
31
- <div class =" description" >{{ project .description }} </div >
30
+ <main >
31
+ <section id =" projects" class =" grid all-s12 all-m6" >
32
+ <div class =" details" >
33
+ <h2 >
34
+ <a href =" #projects" aria-label =" projects" >Projects</a >
35
+ </h2 >
36
+ <p >Some my newest projects that i like to maintain.</p >
37
+ </div >
38
+ <div class =" scroll projects" >
39
+ {%- for project in projects -%}
40
+ <a href =" {{ project.url }}" class =" project" aria-label =" {{ project.title }}" >
41
+ <div class =" name" >{{ project .title }} </div >
42
+ <div class =" description" >{{ project .description }} </div >
43
+ </a >
44
+ {%- endfor -%}
45
+ </div >
46
+ </section >
47
+ <section id =" docsify" class =" grid all-s12 all-m6" >
48
+ <div class =" details" >
49
+ <img height =" 32" width =" 32" src =" https://cdn.simpleicons.org/docsify/white" alt =" docsify" >
50
+ <h2 >
51
+ <a href =" #docsify" aria-label =" docsify" >Docsify plugins</a >
52
+ </h2 >
53
+ <p >Some plugins and themes that i used to build when i use Docsify.</p >
54
+ </div >
55
+ <div class =" scroll projects" >
56
+ {%- for plugin in plugins -%}
57
+ <a href =" {{ plugin.url }}" class =" project" >
58
+ <div class =" name" >{{ plugin .title }} </div >
59
+ <div class =" description" >{{ plugin .description }} </div >
60
+ </a >
61
+ {%- endfor -%}
62
+ </div >
63
+ </section >
64
+ <section id =" bluesky" class =" grid all-s12 all-m6" >
65
+ <div class =" details" >
66
+ <img height =" 32" width =" 32" src =" https://cdn.simpleicons.org/bluesky/white" alt =" bluesky" >
67
+ <h2 >
68
+ <a href =" #bluesky" aria-label =" bluesky" >Bluesky posts</a >
69
+ </h2 >
70
+ <p >My short posts describe my thinks every day.</p >
71
+ </div >
72
+ <bluesky-profile-feed actor =" did:plc:pibkszlhfix34y257kqcozix" include-pins >
73
+ <a target =" _blank" href =" https://bsky.app/profile/did:plc:pibkszlhfix34y257kqcozix" class =" bluesky-profile-feed-fallback" >
74
+ Posts by LIGMATV (@ligmatv.is-a.dev)
75
+ </a >
76
+ </bluesky-profile-feed >
77
+ </section >
78
+ <section id =" contact" class =" grid all-s12 all-m6" >
79
+ <div class =" details" >
80
+ <h2 >
81
+ <a href =" #contact" aria-label =" Contact me" >Contact me</a >
82
+ </h2 >
83
+ <p >Have any questions or want to get in touch? Easily send your messages via Email or Bluesky DM.</p >
84
+ </div >
85
+ <div class =" scroll contact" >
86
+ {%- for via in contact -%}
87
+ <a href =" {{ via.url }}" class =" via" aria-label =" {{ via.slug }}" >
88
+ <img height =" 32" width =" 32" src =" https://cdn.simpleicons.org/{{ via.slug }}/white" alt =" {{ via.slug }}" >
89
+ <div class =" name" >{{ via .slug }} </div >
90
+ </a >
91
+ {%- endfor -%}
92
+ </div >
93
+ </section >
94
+ <section id =" posts" class =" posts" >
95
+ <a href =" https://dev.to/ligmatv" aria-label =" Open my posts" >
96
+ <span >Read my posts</span >
97
+ <div class =" description" >When i get big idea, sometimes i turn this as post. Mostly about CSS.</div >
32
98
</a >
33
- {%- endfor -%}
34
- </div >
35
- </section >
36
- <section id =" docsify" >
37
- <h2 > <img height =" 32" width =" 32" src =" https://cdn.simpleicons.org/docsify/07bbbc" > And my Docsify plugins</h2 >
38
- <p >I not use docsify again, but them still works fine.</p >
39
- <div class =" projects" >
40
- {%- for plugin in plugins -%}
41
- <a href =" {{ plugin.url }}" class =" project" >
42
- <div class =" name" >{{ plugin .title }} </div >
43
- <div class =" description" >{{ plugin .description }} </div >
44
- </a >
45
- {%- endfor -%}
46
- </div >
47
- </section >
48
- <section id =" footer" class =" footer" >
49
- <a href =" /links.html" >My links</a > <br >
50
- © 2024 {{ title }} - All Rights Reserved.
51
- </section >
52
- <br >
99
+ </section >
100
+ <section id =" my-links" class =" my-links" >
101
+ <a href =" /links.html" aria-label =" Open my links" > <img src =" https://api.iconify.design/mdi/open-in-new.svg?color=white" alt =" Open my links" width =" 48" > My links</a >
102
+ </section >
103
+ </main >
104
+ <footer >
105
+ Built with <a href =" https://www.11ty.dev/" aria-label =" 11ty" >11ty</a >. Designed by me, Inspired from <a href =" https://tobiasahlin.com/" aria-label =" Tobias Ahlin" >Tobias Ahlin's website</a > and <a href =" https://en.wikipedia.org/wiki/Metro_(design_language)" aria-label =" Metro Wikipedia page" >Metro Design</a >. <br >
106
+ © 2025 {{ title }} - All Rights Reserved.
107
+ </footer >
53
108
</body >
54
- </html >
109
+ </html >
0 commit comments