updates to template styling
This commit is contained in:
@@ -30,36 +30,41 @@
|
||||
<span class="navbar-toggler-bar bar3"></span>
|
||||
</button>
|
||||
<p class="navbar-brand text-white" data-placement="bottom" target="_blank">
|
||||
<img src="img/logo.svg" height="40" style="background-color: #FFF"/>
|
||||
phpVMS
|
||||
<img src="assets/frontend/img/logo_blue_bg.svg" width="135px" style=""/>
|
||||
</p>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse justify-content-end" id="navigation" data-nav-image="assets/frontend/img/blurred-image-1.jpg">
|
||||
<ul class="navbar-nav">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#pablo">
|
||||
<i class="now-ui-icons objects_globe"></i>
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="#">
|
||||
<i class="fa fa-plane" aria-hidden="true"></i>
|
||||
<p>Flights</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#pablo">
|
||||
<i class="now-ui-icons ui-1_send"></i>
|
||||
<a class="nav-link" href="#">
|
||||
<i class="fa fa-cloud-upload" aria-hidden="true"></i>
|
||||
<p>PIREPs</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#pablo">
|
||||
<i class="now-ui-icons users_circle-08"></i>
|
||||
<a class="nav-link" href="#">
|
||||
<i class="fa fa-user-circle-o" aria-hidden="true"></i>
|
||||
<p>Profile</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#">
|
||||
<i class="fa fa-external-link-square" aria-hidden="true"></i>
|
||||
<p>Log Out</p>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<!-- End Navbar -->
|
||||
<div class="clear"></div>
|
||||
<div class="clearfix" style="height: 50px;"></div>
|
||||
<div class="wrapper">
|
||||
<div class="clear"></div>
|
||||
<div class="container-fluid" style="width: 85%!important;">
|
||||
@@ -75,7 +80,6 @@
|
||||
<div class="col-md-6">
|
||||
<div class="image-container image-left">
|
||||
<!-- First image on the left side -->
|
||||
<img src="assets/frontend/img/login.jpg" alt="" class="rounded img-fluid img-raised">
|
||||
<p class="blockquote blockquote-primary">"Over the span of the satellite record, Arctic sea ice has been declining significantly, while sea ice in the Antarctichas increased very slightly"
|
||||
<br>
|
||||
<br>
|
||||
@@ -84,13 +88,11 @@
|
||||
</div>
|
||||
<!-- Second image on the left side of the article -->
|
||||
<div class="image-container">
|
||||
<img src="assets/frontend/img/bg3.jpg" alt="" class="img-fluid rounded img-raised">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-5">
|
||||
<!-- First image on the right side, above the article -->
|
||||
<div class="image-container image-right">
|
||||
<img src="assets/frontend/img/bg1.jpg" alt="" class="rounded img-fluid img-raised">
|
||||
</div>
|
||||
<h3>So what does the new record for the lowest level of winter ice actually mean</h3>
|
||||
<p>The Arctic Ocean freezes every winter and much of the sea-ice then thaws every summer, and that process will continue whatever happens with climate change. Even if the Arctic continues to be one of the fastest-warming regions of the world, it will always be plunged into bitterly cold polar dark every winter. And year-by-year, for all kinds of natural reasons, there’s huge variety of the state of the ice.
|
||||
|
||||
Reference in New Issue
Block a user