-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c223c1
commit 207f896
Showing
1 changed file
with
31 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>SigmaGamingStudios - About</title> | ||
<link rel="stylesheet" href="styles.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>SigmaGamingStudios</h1> | ||
</header> | ||
<nav> | ||
<a href="index.html">Home</a> | ||
<a href="about.html">About</a> | ||
<a href="games.html">Games</a> | ||
<a href="contact.html">Contact</a> | ||
</nav> | ||
<div class="container"> | ||
<h2>About Us</h2> | ||
<p>SigmaGamingStudios is a leading game development studio, dedicated to creating immersive and engaging experiences. Our team of skilled developers, designers, and artists are passionate about gaming and strive to bring the best content to our audience.</p> | ||
</div> | ||
<div class="social"> | ||
<a href="#"><i class="fab fa-facebook"></i></a> | ||
<a href="#"><i class="fab fa-twitter"></i></a> | ||
<a href="#"><i class="fab fa-instagram"></i></a> | ||
<a href="#"><i class="fab fa-youtube"></i></a> | ||
</div> | ||
</body> | ||
</html> |