forked from Elevate-Lab/elevate-lab-website
-
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.
Merge pull request Elevate-Lab#54 from beumsk/patch-1
added useful meta tags in head and aligned indentation
- Loading branch information
Showing
1 changed file
with
21 additions
and
22 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 |
---|---|---|
@@ -1,36 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title> | ||
Elevate Lab | ||
</title> | ||
<meta content="Elevate Lab Website" name="description"> | ||
<meta content="Team Elevate Lab" name="author"> | ||
<meta content="website" name="keywords"> | ||
<meta content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta charset="utf-8"> | ||
<title>Elevate Lab</title> | ||
<meta content="Elevate Lab Website" name="description"> | ||
<meta content="Team Elevate Lab" name="author"> | ||
<meta content="website" name="keywords"> | ||
<meta content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"> | ||
|
||
<!-- style start --> | ||
<!-- style start --> | ||
|
||
<!-- bulma --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"> | ||
<link href="assets/css/style.css" media="all" rel="stylesheet" type="text/css"> | ||
<!-- bulma --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"> | ||
<link href="assets/css/style.css" media="all" rel="stylesheet" type="text/css"> | ||
|
||
<!-- style end --> | ||
<!-- style end --> | ||
|
||
<!-- icon start --> | ||
<link rel="icon" href="assets/images/github_logo.ico" /> | ||
<!-- icon end --> | ||
<!-- icon start --> | ||
<link rel="icon" href="assets/images/github_logo.ico" /> | ||
<!-- icon end --> | ||
|
||
|
||
<!--Font Awesome start--> | ||
<script defer src="https://use.fontawesome.com/releases/v5.14.0/js/all.js"></script> | ||
<!--Font Awesome end--> | ||
<!--Font Awesome start--> | ||
<script defer src="https://use.fontawesome.com/releases/v5.14.0/js/all.js"></script> | ||
<!--Font Awesome end--> | ||
|
||
|
||
<!-- google fonts start --> | ||
<link href="http://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CRacing+Sans+One" rel="stylesheet" type="text/css"> | ||
<!-- google fonts end --> | ||
<!-- google fonts start --> | ||
<link href="http://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7CRacing+Sans+One" rel="stylesheet" type="text/css"> | ||
<!-- google fonts end --> | ||
</head> | ||
<body> | ||
<!-- Navigation Bar --> | ||
|