generated from VCGithubCode/vernell-c-new-repo-generator
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from VCGithubCode/ant-retro-game
update about page
- Loading branch information
Showing
5 changed files
with
125 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,37 +5,65 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="assets/css/about.css"> | ||
<link href="assets/favicon/favicon.ico" rel="icon" type="image/x-icon"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Madimi+One&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Teko:[email protected]&display=swap" rel="stylesheet"> | ||
<title>About</title> | ||
</head> | ||
|
||
<body> | ||
<img src="assets/images/about-title.webp" class="title"> | ||
|
||
<div class="mushroom"> | ||
<img src="assets/images/mushroom.webp"> | ||
</div> | ||
|
||
<div class="home"> | ||
<a href="index.html"> | ||
<img src="assets/images/homepage.webp" alt="Go to Homepage"> | ||
</a> | ||
</div> | ||
|
||
<div class="about"> | ||
<div class="dev"> | ||
<img src="assets/images/fernando.webp" alt="An image of Fernando"> | ||
<h3>Fernando Gonçalves</h3> | ||
<p>SOME TEXT ABOUT FERNANDO</p> | ||
<h3>Fernando</h3> | ||
<p>Javascript maestro and chief game designer. A veteran of Hackathons chasing his first win</p> | ||
<a class="github" href="https://github.com/Goncalves95" target="_blank"> | ||
<img src="assets/images/github.webp" alt="Fernando's github"> | ||
</a> | ||
</div> | ||
<div class="dev"> | ||
<img src="assets/images/vernell.webp" alt="An image of Vernell"> | ||
<h3>Vernell Clark</h3> | ||
<p>SOME TEXT ABOUT VERNELL</p> | ||
<h3>Vernell</h3> | ||
<p>Scrum Master extraordinaire and another Hackathon veteran</p> | ||
<a class="github" href="https://github.com/VCGithubCode" target="_blank"> | ||
<img src="assets/images/github.webp" alt="Vernell's github"> | ||
</a> | ||
</div> | ||
<div class="dev"> | ||
<img src="assets/images/sam.webp" alt="An image of Sam"> | ||
<h3>Sam Scarisbrick</h3> | ||
<p>SOME TEXT ABOUT SAM</p> | ||
<h3>Sam</h3> | ||
<p>HTML and Css, loves a layout and king of the README</p> | ||
<a class="github" href="https://github.com/sam2829" target="_blank"> | ||
<img src="assets/images/github.webp" alt="Sam's github"> | ||
</a> | ||
</div> | ||
<div class="dev"> | ||
<img src="" alt=""> | ||
<h3>Meghana Vinakota</h3> | ||
<p>SOME TEXT ABOUT MEGHANA</p> | ||
<img src="assets/images/meghana.webp" alt="An image of the mario star"> | ||
<h3>Meghana</h3> | ||
<p>HTML and Css and homepage visionary styler</p> | ||
<a class="github" href="https://github.com/Meghanarajvinakota" target="_blank"> | ||
<img src="assets/images/github.webp" alt="Meghana's github"> | ||
</a> | ||
</div> | ||
<div class="dev"> | ||
<img src="assets/images/amy.webp" alt="An image of Amy"> | ||
<h3>Amy Norfolk-Tate</h3> | ||
<p>SOME TEXT ABOUT AMY</p> | ||
<h3>Amy</h3> | ||
<p>HTML and Css, presenting virtuoso and wrote all these nice things about everyone</p> | ||
<a class="github" href="https://github.com/NorfolkTate" target="_blank"> | ||
<img src="assets/images/github.webp" alt="Amy's github"> | ||
</a> | ||
</div> | ||
</div> | ||
<footer> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.