- Rename all directories to follow lowercase and underscore format - Move to do list from README to GitHub Issues - Delete BOTW.jpg - Move common folder out of web pages folder - Create blog_posts folder and move docker blog post into it - Fix all page references for new structure - Move styles.css into common folder
22 lines
852 B
HTML
22 lines
852 B
HTML
<!--Required meta tags-->
|
|
<meta charset="utf-8">
|
|
<meta name="author" content="Sravan Balaji">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- Latest compiled and minified CSS -->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
|
|
|
|
<!-- jQuery library -->
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
|
|
|
<!-- Popper JS -->
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
|
|
|
|
<!-- Latest compiled JavaScript -->
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
|
|
|
|
<!-- Stylesheet -->
|
|
<link rel="stylesheet" type="text/css" href="../common/styles.css"/>
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" href="../assets/branding/favicon.ico" type="image/x-icon"/> |