Skip to content

Complete HTML body and add CSS styles - #6

Merged
Riverstone00 merged 5 commits into
mainfrom
develop
Aug 16, 2026
Merged

Complete HTML body and add CSS styles#6
Riverstone00 merged 5 commits into
mainfrom
develop

Conversation

@Riverstone00

Copy link
Copy Markdown
Collaborator

📌 Related Issue

#1, #3

🚀 Description

html 컨텐츠 추가/ css 추가

📸 Screenshot

image

📢 Notes

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR completes the index.html page by adding the intended DevOps team content and introducing in-page CSS to improve layout and styling, aligning with the goals in Issues #1 (fill HTML page) and #3 (add CSS).

Changes:

  • Adds responsive meta tags and a full in-page CSS style block (layout, typography, list cards, link interactions).
  • Extends the HTML body with a “DevOps 팀원 소개” section and Notion profile links for team members.
  • Removes invalid markup (<lang>kr</lang>) and sets the document language via <html lang="ko">.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread index.html
Comment on lines +123 to +127
<h2>DevOps 팀원 소개</h2>
<ul>
<li><a href="https://app.notion.com/p/333ee16541c5809bbb8bfd2450572018?source=copy_link">허강석 - 개발 리더</a></li>
<li><a href="https://app.notion.com/p/333ee16541c580c78075e428140b4de8?source=copy_link">성준서 - PM 리더</a></li>
</ul>
Comment thread index.html
Comment on lines +89 to +94
a {
color: var(--accent);
text-decoration: none;
font-weight: 600;
transition: color 0.2s ease, transform 0.2s ease;
}
Comment thread index.html
Comment on lines +85 to +87
box-shadow: var(--shadow);
backdrop-filter: blur(10px);
}
@Riverstone00
Riverstone00 merged commit 959f041 into main Aug 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants