Skip to content

Commit

Permalink
emphasized layout's top-level html blocks boundaries
Browse files Browse the repository at this point in the history
updated the HTMLComment tags for better visibility of top-level layout sections blocks boundaries
  • Loading branch information
kdidenko committed Oct 9, 2020
1 parent 4bdb0ca commit 6e6fded
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,32 @@
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>


<!--- Basic Page Needs
================================================== -->
<!--- Basic Page Needs ------------------------------------------------ -->
<meta charset="utf-8">
<title>C380.center</title>
<meta name="description" content="">
<meta name="author" content="">

<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Mobile Specific meta's --------------------------------------------- -->
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1">

<!-- CSS
================================================== -->
<!-- CSS -------------------------------------------------------------- -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layout.css">

<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<!-- Favicons
================================================== -->
<!-- Favicons ----------------------------------------------------------- -->
<link rel="shortcut icon" href="favicon.ico" >


</head>

<body data-spy="scroll" data-target="#nav-wrap">


<!-- Header
================================================== -->
<!-- Header ------------================================================= -->
<header class="mobile">

<div class="row">
Expand Down

1 comment on commit 6e6fded

@kdidenko
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.