Skip to content

Commit

Permalink
lighthouse
Browse files Browse the repository at this point in the history
  • Loading branch information
Atotti committed Jan 12, 2025
1 parent c27b11c commit 0426a70
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 19 deletions.
8 changes: 4 additions & 4 deletions src/components/ArticlesSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import SectionContent from './Atoms/SectionContent.astro';
<Section>
<SectionTitle>Articles</SectionTitle>
<SectionContent>
<p><a href="https://tech.monoxer.com/entry/2024/03/29/200924">Monoxer Intern Report #16_文章分割確認ツールの開発</a></p>
<p><a>[準備中] APIを使用せずに Django Template 中でReactを使用する方法</a></p>
<p><a>[準備中] ICPC2022 アジア大会参加記</a></p>
<p><a>[準備中] CyberAgent ACE 2024 で最高に成長できた話</a></p>
<p><a href="https://tech.monoxer.com/entry/2024/03/29/200924" target="_blank">Monoxer Intern Report #16_文章分割確認ツールの開発</a></p>
<p><a href="">[準備中] APIを使用せずに Django Template 中でReactを使用する方法</a></p>
<p><a href="">[準備中] ICPC2022 アジア大会参加記</a></p>
<p><a href="">[準備中] CyberAgent ACE 2024 で最高に成長できた話</a></p>
</SectionContent>
</Section>
7 changes: 4 additions & 3 deletions src/components/Career.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const items = [
<Section>
<SectionTitle>Career</SectionTitle>
<SectionContent>
<ul class={css({
<div class={css({
listStyle: "none",
padding: 0,
margin: 0,
Expand Down Expand Up @@ -90,13 +90,14 @@ const items = [
})}>
<div class={css({
color: "#0077cc",
fontWeight: 100,
fontWeight: 300,
fontSize: "1.5rem",
})}>{item.year}</div>
<h4 class={css({
fontSize: "1.2rem",
color: "#333",
margin: "0.5rem 0",
paddingTop: "0.5rem",
})}>{item.title}</h4>
<p class={css({
color: "#555",
Expand All @@ -105,6 +106,6 @@ const items = [
</div>
</div>
))}
</ul>
</div>
</SectionContent>
</Section>
4 changes: 2 additions & 2 deletions src/components/ContactSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import SectionContent from './Atoms/SectionContent.astro';
<SectionContent>
<p>メールまたはTwitterにてご連絡ください。</p>
<p>
<i class="fa-solid fa-envelope"></i> メール:
<a>[email protected]</a>
メール:
<a href="">[email protected]</a>
</p>
</SectionContent>
</Section>
24 changes: 16 additions & 8 deletions src/components/SkillsSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,15 @@ const skillCardTextStyle = css({

<Section>
<SectionTitle>Skills</SectionTitle>
<h3 class={css({
<div class={css({
"fontSize": "1.2rem",
"color": "#333",
"marginBottom": "1rem",
"textAlign": "center",
"fontFamily": "Zen Kaku Gothic New, sans-serif",
"fontWeight": "bold",
})}>Programming Languages
</h3>
</div>
<div class={css({
"display": "grid",
"gridTemplateColumns": "repeat(auto-fit, minmax(120px, 1fr))",
Expand Down Expand Up @@ -159,13 +161,15 @@ const skillCardTextStyle = css({
<p class={skillCardTextStyle}>Scala</p>
</div>
</div>
<h3 class={css({
<div class={css({
"fontSize": "1.2rem",
"color": "#333",
"marginBottom": "1rem",
"textAlign": "center",
"fontFamily": "Zen Kaku Gothic New, sans-serif",
"fontWeight": "bold",
})}>Frameworks & Libraries
</h3>
</div>
<div class={css({
"display": "grid",
"gridTemplateColumns": "repeat(auto-fit, minmax(120px, 1fr))",
Expand Down Expand Up @@ -226,13 +230,15 @@ const skillCardTextStyle = css({
<p class={skillCardTextStyle}>Unity</p>
</div>
</div>
<h3 class={css({
<div class={css({
"fontSize": "1.2rem",
"color": "#333",
"marginBottom": "1rem",
"textAlign": "center",
"fontFamily": "Zen Kaku Gothic New, sans-serif",
"fontWeight": "bold",
})}>DataStore & Infra
</h3>
</div>
<div class={css({
"display": "grid",
"gridTemplateColumns": "repeat(auto-fit, minmax(120px, 1fr))",
Expand Down Expand Up @@ -293,13 +299,15 @@ const skillCardTextStyle = css({
<p class={skillCardTextStyle}>Firebase</p>
</div>
</div>
<h3 class={css({
<div class={css({
"fontSize": "1.2rem",
"color": "#333",
"marginBottom": "1rem",
"textAlign": "center",
"fontFamily": "Zen Kaku Gothic New, sans-serif",
"fontWeight": "bold",
})}>Tools
</h3>
</div>
<div class={css({
"display": "grid",
"gridTemplateColumns": "repeat(auto-fit, minmax(120px, 1fr))",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Sns/GitHubIcon.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { FaGithub } from "react-icons/fa";
---

<a href="https://github.com/Atotti" target="_blank" class="sns-icon">
<a href="https://github.com/Atotti" target="_blank" class="sns-icon" aria-label="GitHub Profile">
<FaGithub />
</a>

Expand Down
2 changes: 1 addition & 1 deletion src/components/Sns/TwitterIcon.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { FaTwitter } from "react-icons/fa";
---

<a href="https://x.com/aya172957" target="_blank" class="sns-icon">
<a href="https://x.com/aya172957" target="_blank" class="sns-icon" aria-label="Twitter Profile">
<FaTwitter />
</a>

Expand Down
1 change: 1 addition & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import '../index.css';
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<meta name=description content="Atotti Ayutaso aya172957 portfolio" />
<link rel="icon" type="image/jpg" href="/icon.jpg" />
<meta name="generator" content={Astro.generator} />
<title>あゆたそどっとこむ</title>
Expand Down

0 comments on commit 0426a70

Please sign in to comment.