-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
116 lines (106 loc) · 4.82 KB
/
Copy pathindex.html
File metadata and controls
116 lines (106 loc) · 4.82 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aco-gt</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'Segoe UI', sans-serif;
background: #ffffff;
color: #1f2328;
min-height: 100vh;
display: flex;
justify-content: center;
padding: 60px 20px;
}
.container { max-width: 720px; width: 100%; }
h1 { font-size: 2.4rem; margin-bottom: 8px; }
.tagline { color: #57606a; margin-bottom: 40px; font-size: 1rem; }
section { margin-bottom: 36px; }
h2 { font-size: 1rem; text-transform: uppercase; letter-spacing: 0.1em; color: #57606a; margin-bottom: 16px; border-bottom: 1px solid #d0d7de; padding-bottom: 8px; }
.skills { display: flex; flex-wrap: wrap; gap: 10px; }
.skill {
background: #f6f8fa;
border: 1px solid #d0d7de;
border-radius: 6px;
padding: 6px 14px;
font-size: 0.9rem;
}
.icons { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.icons img { height: auto; }
.about p { color: #1f2328; line-height: 1.8; }
</style>
</head>
<body>
<div class="container">
<h1>Aco-gt</h1>
<p class="tagline">Infrastructure Engineer & AI App Developer</p>
<section>
<h2>About</h2>
<div class="about">
<p>☁️ クラウドインフラ基盤の構築と、AIを活用したアプリ開発をしています。</p>
<p>☕ <a href="coffee.html" style="color:#0969da">コーヒー</a>と<a href="music.html" style="color:#0969da">音楽</a>が好きです。</p>
<p>🐙 <a href="https://github.com/Aco-gt" target="_blank" style="color:#0969da">github.com/Aco-gt</a></p>
</div>
</section>
<section>
<h2>AIに聞いてみた</h2>
<div class="about">
<p>🤖 AIとの会話で英語や音楽を読み解くシリーズ</p>
<p><a href="mike-viola-palimpsest.html" style="color:#0969da">Mike Viola — The Magic of Palimpsest</a></p>
</div>
</section>
<section>
<h2>Skills</h2>
<div class="skills">
<span class="skill">インフラ基盤構築</span>
<span class="skill">AI App 開発</span>
</div>
</section>
<section>
<h2 style="text-transform:none">IaC</h2>
<div class="icons">
<img src="https://img.shields.io/badge/-AWS%20CDK-232F3E.svg?logo=amazon-aws&style=flat&logoColor=FF9900" alt="AWS CDK">
<img src="https://img.shields.io/badge/-Azure%20Bicep-0078D4.svg?logo=microsoftazure&style=flat&logoColor=white" alt="Azure Bicep">
</div>
</section>
<section>
<h2>Task Runner</h2>
<div class="icons">
<img src="https://img.shields.io/badge/-Taskfile-29BEB0.svg?style=flat&logoColor=white" alt="Taskfile">
</div>
</section>
<section>
<h2>Favorite Tech</h2>
<div class="icons">
<img src="https://img.shields.io/badge/-Python-F9DC3E.svg?logo=python&style=flat" alt="Python">
<img src="https://img.shields.io/badge/-FastAPI-009688.svg?logo=fastapi&style=flat" alt="FastAPI">
<img src="https://img.shields.io/badge/-Vite-646CFF.svg?logo=vite&style=flat&logoColor=white" alt="Vite">
<img src="https://img.shields.io/badge/-React-555.svg?logo=react&style=flat" alt="React">
<img src="https://img.shields.io/badge/-Tailwind%20CSS-06B6D4.svg?logo=tailwindcss&style=flat&logoColor=white" alt="Tailwind CSS">
<img src="https://img.shields.io/badge/-Docker-EEE.svg?logo=docker&style=flat" alt="Docker">
</div>
</section>
<section>
<h2>AWS</h2>
<div class="icons">
<img src="https://img.shields.io/badge/-Amazon%20AWS-232F3E.svg?logo=amazon-aws&style=flat" alt="AWS">
<img src="https://img.shields.io/badge/-Amazon%20EC2-FF9900.svg?logo=amazonec2&style=flat&logoColor=white" alt="EC2">
<img src="https://img.shields.io/badge/-AWS%20Lambda-FF9900.svg?logo=awslambda&style=flat&logoColor=white" alt="Lambda">
<img src="https://img.shields.io/badge/-Amazon%20S3-569A31.svg?logo=amazons3&style=flat&logoColor=white" alt="S3">
<img src="https://img.shields.io/badge/-Amazon%20DynamoDB-4053D6.svg?logo=amazondynamodb&style=flat&logoColor=white" alt="DynamoDB">
</div>
</section>
<section>
<h2>Azure</h2>
<div class="icons">
<img src="https://img.shields.io/badge/-Microsoft%20Azure-0078D4.svg?logo=microsoftazure&style=flat&logoColor=white" alt="Azure">
<img src="https://img.shields.io/badge/-Azure%20Logic%20Apps-0078D4.svg?logo=microsoftazure&style=flat&logoColor=white" alt="Logic Apps">
<img src="https://img.shields.io/badge/-Azure%20Storage-0078D4.svg?logo=microsoftazure&style=flat&logoColor=white" alt="Storage">
</div>
</section>
</div>
</body>
</html>