Skip to content
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
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# COMPS VII - Example Repository

This is an example repository to practice your git and GitHub skill on. To get started, you should:
1. Fork this repository by clicking "Fork".
2. Press the green "Code" button and copy the URL.
3. In your terminal, run the command
```bash
git clone YOUR_URL_HERE
```
# html-practice
!st practice html
wassup
8 changes: 0 additions & 8 deletions example.txt

This file was deleted.

1 change: 1 addition & 0 deletions html-practice
Submodule html-practice added at 532ac4
38 changes: 38 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>
<head>
<title>My Music Page</title>
</head>
<body>
<h1>My Music Pages</h1>
<p>This is a page all about the music and artists that I like!</p>

<h3>Taylor Swift, Sabrina Carpenter, Chapelron</h3>
<p>Favorite songs</p>
<img src="./img/dcthedon.jpg" alt="an image of dc" width="50%">

<p>Learn more about <a href="https://www.dcthedon.com">DC the Don</a> here!</p>

<ul>
<li>The Prophecy</li>
<li>When Did You Get Hot</li>
<li>??? They Died</li>
</ul>

<p>Best albums</p>
<ol>
<li>My Own Worst Enemy</li>
<li>Malcolm Todd Still</li>
<li>Trust Ceremony</li>
</ol>

<h4>See my other favorite artists!</h4>
<ul>
<li><a href="https://store.sabrinacarpenter.com/?utm_source=paidsearch&utm_medium=paidsearch&utm_content=ad_UI0725yfjj_MMID_&gad_source=1&gad_campaignid=22532017622&gclid=CjwKCAjw_fnFBhB0EiwAH_MfZoFG9TABwl5sMTSQ4t1tGOY3VaR1RoZ_0nNwmSF9oWkYqCzvK3_zABoCZSgQAvD_BwE">Sabrina Carpenter</a></li>
<li><a href="https://www.taylorswift.com">Taylor Swift</a></li>
</ul>

<h3>Sabrina</h3>
<p>Go <a href="index.html">home</a></p>
</body>
</html>
Empty file added sabrina.html
Empty file.
Empty file added taylor.html
Empty file.