Skip to content
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

Glitch #2

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
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
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My New Website</title>
<title>About Me</title>
</head>
<body>
<h1>My New Website</h1>
<h1>My About Me</h1>
<div class="h-card">
<p>
Hi, my name is <span class="p-name">Jane Smith</span> and I am a human on the Internet.
Hi, my name is <span class="p-name">J. Gregogy McVerry</span> and I am a human on the Internet.
</p>

<p>
You can find me on other websites below:
</p>

<ul>
<li><a class="u-url" href="https://twitter.com/_mytwitterid_" rel="me">@_mytwitterid_</a></li>
<li><a class="u-url" href="https://twitter.com/jgmac1106" rel="me">@jgmac1106</a></li>
<li><a class="u-url" href="https://jgregorymcverry.com" rel="me">My Blog</a></li>
</ul>
</div>
</body>
Expand Down