-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
121 lines (109 loc) · 4.78 KB
/
Copy pathindex.html
File metadata and controls
121 lines (109 loc) · 4.78 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Atliac Books | Documentation & Manuals for Rust Projects</title>
<meta name="description"
content="Explore user manuals, reference books, and technical documentation for software programs and Rust crates developed by Atliac.">
<style>
:root {
--primary-color: #006AFF;
--text-color: #1a1a1a;
--bg-color: #ffffff;
--hover-color: #0052cc;
}
body {
display: flex;
justify-content: center;
/* Horizontal centering */
align-items: flex-start;
/* Vertical centering to the top */
min-height: 100vh;
margin: 0;
background-color: var(--bg-color);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
color: var(--text-color);
}
main {
text-align: left;
padding: 2rem;
max-width: 600px;
}
h1 {
font-size: 3rem;
margin-bottom: 0.5rem;
font-weight: 800;
}
p {
font-size: 1.5rem;
margin-bottom: 2rem;
color: #666;
}
.social-links {
display: flex;
flex-direction: column;
gap: 1.25rem;
}
.social-item {
display: flex;
align-items: center;
gap: 12px;
text-decoration: none;
color: inherit;
font-size: 1.1rem;
font-weight: 500;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
padding: 8px 12px;
border-radius: 8px;
margin-left: -12px;
}
.social-item:hover {
background-color: #f0f7ff;
color: var(--primary-color);
transform: translateX(8px);
}
.social-item svg {
flex-shrink: 0;
transition: transform 0.3s ease;
}
.social-item:hover svg {
transform: scale(1.1);
}
</style>
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="shortcut icon" href="/favicon/favicon.ico">
<link rel="manifest" href="/favicon/site.webmanifest">
<link rel="canonical" href="https://books.atliac.com/" />
</head>
<body>
<main>
<h1>Atliac</h1>
<p>Hey bro, what's up?</p>
<div class="social-links">
<a href="https://bsky.app/profile/atliac.com" class="social-item">
<svg fill="none" viewBox="0 0 64 57" width="24" height="24">
<path fill="#006AFF"
d="M13.873 3.805C21.21 9.332 29.103 20.537 32 26.55v15.882c0-.338-.13.044-.41.867-1.512 4.456-7.418 21.847-20.923 7.944-7.111-7.32-3.819-14.64 9.125-16.85-7.405 1.264-15.73-.825-18.014-9.015C1.12 23.022 0 8.51 0 6.55 0-3.268 8.579-.182 13.873 3.805ZM50.127 3.805C42.79 9.332 34.897 20.537 32 26.55v15.882c0-.338.13.044.41.867 1.512 4.456 7.418 21.847 20.923 7.944 7.111-7.32-3.819-14.64-9.125-16.85 7.405 1.264 15.73-.825 18.014-9.015C62.88 23.022 64 8.51 64 6.55c0-9.818-8.578-6.732-13.873-2.745Z">
</path>
</svg>
<span>@atliac.com</span>
</a>
<a href="https://github.com/atliac" class="social-item">
<svg fill="none" viewBox="0 0 24 24" width="24" height="24">
<path fill="#000000"
d="M12 2C6.477 2 2 6.477 2 12c0 4.418 2.865 8.166 6.839 9.489.5.092.682-.217.682-.482 0-.237-.008-.866-.013-1.7-2.782.603-3.369-1.34-3.369-1.34-.454-1.156-1.11-1.463-1.11-1.463-.908-.62.069-.608.069-.608 1.003.07 1.531 1.03 1.531 1.03.892 1.529 2.341 1.087 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.11-4.555-4.943 0-1.091.39-1.984 1.029-2.683-.103-.253-.446-1.27.098-2.647 0 0 .84-.269 2.75 1.025A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.294 2.747-1.025 2.747-1.025.546 1.377.203 2.394.1 2.647.64.699 1.028 1.592 1.028 2.683 0 3.842-2.339 4.687-4.566 4.935.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482C19.138 20.161 22 16.416 22 12c0-5.523-4.477-10-10-10z">
</path>
</svg>
<span>GitHub</span>
</a>
</div>
<h2>Books</h2>
<ui>
<li><a href="https://books.atliac.com/rust-macros-tutorial/">Rust Macros Tutorial</a></li>
</ui>
</main>
</body>
</html>