renamed directories. added subdirectories images/* to .gitignore

This commit is contained in:
JSriwongsa 2023-05-18 16:10:53 -05:00
parent b8bf030017
commit fb3a164b40
7 changed files with 6 additions and 3 deletions

3
.gitignore vendored Normal file → Executable file
View file

@ -1 +1,4 @@
template_education/images/*
travel_web/images/*
msc_web/images/*
fitness_app/images/*

2
template_fitness/style3.css → fitness_app/style3.css Normal file → Executable file
View file

@ -1,7 +1,7 @@
*{padding: 0; margin: 0;}
#header{
background-image: url(images_3/wall1.jpg);
background-image: url(images/wall1.jpg);
height: 80vh;
background-size: cover;
background-position: center;

View file

@ -14,7 +14,7 @@
<!-------------------------------------- header -------------------------------------->
<section id = "header">
<nav class="navbar navbar-light">
<a class="navbar-brand" href="#"><img src="images_3/logo.png"></a>
<a class="navbar-brand" href="#"><img src="images/logo.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<i class="fa fa-bars"></i>
</button>
@ -57,7 +57,7 @@
<div class="container">
<div class="row">
<div class="col-md-6 text-center">
<img src="images_3/im1.png" class="img-fluid">
<img src="images/im1.png" class="img-fluid">
</div>
<div class="col-md-6 text-justify">
<h3>Keep calm and gym with us.</h3>

0
template_education/style.css → msc_web/style.css Normal file → Executable file
View file

View file

0
template_travel/style2.css → travel_web/style2.css Normal file → Executable file
View file

View file