Skip to content

Commit

Permalink
feat:Added blog screen,single blog screen
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav09022001 committed Dec 23, 2023
1 parent ca7bd3d commit 5d9680c
Show file tree
Hide file tree
Showing 70 changed files with 1,463 additions and 33 deletions.
14 changes: 5 additions & 9 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>SufferCapture</title>
<title>SufarCapture</title>
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="static/images/favicon.png">
<!-- Bootstrap core CSS -->
Expand All @@ -23,6 +23,7 @@

<link rel="stylesheet" href="static/fonts/line-icons.css" type="text/css">
</head>

<body>

<!-- Preloader -->
Expand Down Expand Up @@ -133,12 +134,7 @@

<li class="submenu dropdown pr-2">
<a
href="blog#"
class="dropdown-toggle"
data-toggle="dropdown"
role="button"
aria-haspopup="true"
aria-expanded="false"
href="updates.html"
>Updates </a>

</li>
Expand Down Expand Up @@ -259,10 +255,10 @@ <h2 class="">Why Choose Us</h2>
<div class="about-image-main">
<div class="row">
<div class="col-lg-6 col-md-6 mt-4 mb-4">
<img src="static/images/new-deal/deal3.jpg" alt="">
<img src="static/images/about/about1.jpg" alt="">
</div>
<div class="col-lg-6 col-md-6">
<img src="static/images/new-deal/deal5.jpg" alt="">
<img src="static/images/about/about2.jpg" alt="">
</div>
</div>
</div>
Expand Down
18 changes: 7 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Suffer Capture</title>
<title>SafarCapture</title>
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="static/static/images/favicon.png" />
<link rel="shortcut icon" type="image/x-icon" href="static/images/favicon.png" />
<!-- Bootstrap core CSS -->
<link href="static/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!--Custom CSS-->
<link href="static/css/style.css" rel="stylesheet" type="text/css" />
<!--Plugin CSS-->
<link href="static/css/plugin.css" rel="stylesheet" type="text/css" />
<!--Flaticons CSS-->
<link href="fonts/flaticon.css" rel="stylesheet" type="text/css" />
<link href="static/fonts/flaticon.css" rel="stylesheet" type="text/css" />
<!--Font Awesome-->
<link
rel="stylesheet"
Expand Down Expand Up @@ -136,12 +136,8 @@

<li class="submenu dropdown pr-2">
<a
href="blog#"
class="dropdown-toggle"
data-toggle="dropdown"
role="button"
aria-haspopup="true"
aria-expanded="false"
href="updates.html"

>Updates </a>

</li>
Expand Down Expand Up @@ -326,7 +322,7 @@ <h3 class="form-title text-center m-0 p-3 white">Query Form</h3>
<div class="col-lg-6 col-sm-12">
<div class="form-group">
<div class="input-box">
<i class="flaticon-add-user"></i>
<i class="fa fa-user"></i>
<input type="text" list="adult" name="person" id="person" class="form-control" placeholder="Adult" required>
<datalist id="adult">
<option value="1">
Expand All @@ -341,7 +337,7 @@ <h3 class="form-title text-center m-0 p-3 white">Query Form</h3>
<div class="col-lg-6 col-sm-12">
<div class="form-group">
<div class="input-box">
<i class="flaticon-add-user"></i>
<i class="fa fa-user"></i>
<input type="text" list="children" name="person" id="person" class="form-control" placeholder="Children" required>
<datalist id="children">
<option value="1">
Expand Down
Loading

0 comments on commit 5d9680c

Please sign in to comment.