-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
typing section improved + file str corrected.
- Loading branch information
1 parent
66b7c86
commit 56ac1aa
Showing
7 changed files
with
280 additions
and
265 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -14,28 +14,28 @@ | |
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>AWS TypeSmart</title> | ||
<!-- CSS sheets --> | ||
<link rel="stylesheet" href="variables.css"> | ||
<link rel="stylesheet" href="styles-header.css"> | ||
<link rel="stylesheet" href="./styles-type.css"> | ||
|
||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" /> | ||
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css" crossorigin="anonymous" /> | ||
|
||
<!-- CSS sheets --> | ||
<link rel="stylesheet" href="variables.css"> | ||
<link rel="stylesheet" href="styles-header.css"> | ||
<link rel="stylesheet" href="./styles-type.css"> | ||
<link rel="stylesheet" href="styles-footer.css"> | ||
</head> | ||
<body> | ||
<!-- Tanvi Bisht and Samriddhi--> | ||
<div class="header"> | ||
<div class="logo-and-title"> | ||
<i class="fab fa-aws"></i> | ||
<!-- <img src="cloud.svg" alt="TypeSmart Logo" class="site-logo"> --> | ||
<span class="site-title"> TypeSmart</span> | ||
<span class="site-title">TypeSmart</span> | ||
</div> | ||
<div class="header-icons"> | ||
<!-- <img src="paint-palette.svg" class=" alt="Icon 1"> --> | ||
<div class="footer-item"> | ||
<a class="footer-icons" href="" target="_blank"> | ||
<i class="fa fa-paint-brush"></i> | ||
|
@@ -57,6 +57,7 @@ | |
|
||
</div> | ||
</div> | ||
|
||
<!-- Type started (Riya Ahlawat and Samriddhi) --> | ||
<main> | ||
<!-- <div id="header"> | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.