Skip to content

Feature/#3 add css - #4

Closed
Riverstone00 wants to merge 3 commits into
mainfrom
feature/#3-add-CSS
Closed

Feature/#3 add css#4
Riverstone00 wants to merge 3 commits into
mainfrom
feature/#3-add-CSS

Conversation

@Riverstone00

Copy link
Copy Markdown
Collaborator

📌 Related Issue

#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 adds inline CSS styling and expands the landing page content in index.html to improve the visual presentation and introduce DevOps team members, as requested in Issue #3.

Changes:

  • Adds responsive, modern inline CSS (layout, typography, cards, link states).
  • Updates document metadata (viewport) and adjusts page structure with a divider and team list.
  • Adds team member introduction section with external profile links.

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

Comment thread index.html
<html>
<head>
<meta charset="UTF-8">
<meta charset="UTF-8" lang="ko">
Comment thread index.html
border-radius: 16px;
background: var(--surface);
box-shadow: var(--shadow);
backdrop-filter: blur(10px);
Comment thread index.html
Comment on lines +91 to +92
text-decoration: none;
font-weight: 600;
@Riverstone00
Riverstone00 deleted the feature/#3-add-CSS branch August 16, 2026 08:19
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