Skip to content

Solved Lab #2227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#3333ff",
"activityBar.background": "#3333ff",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#600000",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#3333ff",
"statusBar.background": "#0000ff",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#3333ff",
"statusBarItem.remoteBackground": "#0000ff",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#0000ff",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#0000ff99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"liveServer.settings.port": 5501
}
10 changes: 5 additions & 5 deletions starter_code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</head>

<body>
<!-- NAVBAR -->
<!--------------------------------- NAVBAR ------------------------------->
<nav>
<div>
<img src="./images/slack-logo.png" alt="Slack logo" />
Expand Down Expand Up @@ -59,7 +59,7 @@
</nav>


<!-- HEADER -->
<!------------------------------- HEADER ------------------------------->
<header>
<div>
<h1>Great teamwork starts with a digital HQ</h1>
Expand All @@ -78,10 +78,10 @@ <h1>Great teamwork starts with a digital HQ</h1>
</div>

<div>
<img src="./images/hero-product-ui.png" alt="Slack app screenshot" />
<img id="header-img" src="./images/hero-product-ui.png" alt="Slack app screenshot" />
</div>
</header>

<!------------------------------- MAIN ------------------------------->
<main>
<section>
<p>Trusted by companies all over the world</p>
Expand Down Expand Up @@ -137,7 +137,7 @@ <h3>Welcome to your new digital HQ</h3>
</section>

</main>

<!------------------------------- FOOTER ------------------------------->
<footer>
<ul>
<li>Status</li>
Expand Down
Loading