Cut unnecessary files and began template repurposing. Added better background image.

This commit is contained in:
Lewis 2025-04-07 14:16:01 +01:00
parent be5c9dc3be
commit 8e1839e7a9
7 changed files with 10 additions and 9058 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,41 +0,0 @@
# Change Log
## [2.0.1] 2017-08-27
### Bug Fixing
- Bug fixes for responsive devices
- Added versions on CSS and JS files
- Optimization for all search engine
## [2.0.0] 2017-08-04 [current version]
### Major update to Bootstrap 4
- Bootstrap 4 framework
- changed colors
- changed example pages
- new typography
- new design changes
- better code structure
- better SCSS and CSS properties
## [1.2.2] 2017-01-18
### MIT License
- changed licensing agreement to MIT
## [1.2.1] 2016-02-25
### Bug fixing
- fix the issue with disappearing navbar on mobile screen
## [1.2] 2015-12-04
### Changes
- updated Bootstrap to latest stable version(3.3.6)
- added SASS and Less files
- added style for off-canvas navigation
- fixed small bugs.
## [1.1] 2015-11-05
### Bug fixing
- input-group button fix
- changed checkbox to square and changed hover effect
- fixed bug on register page cut-off
## [1.0] 2015-08-26
### Original Release

View File

@ -5979,7 +5979,7 @@ textarea.form-control {
left: 0; left: 0;
bottom: 0; bottom: 0;
margin-left: -35%; margin-left: -35%;
margin-bottom: -50px; margin-bottom: -137px;
width: 110%; width: 110%;
opacity: .85; opacity: .85;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

BIN
assets/img/test.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

1029
index.html

File diff suppressed because it is too large Load Diff

View File

@ -1,70 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="assets/img/favicon.ico">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Paper Kit by Creative Tim</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="viewport" content="width=device-width" />
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/paper-kit.css" rel="stylesheet"/>
<link href="assets/css/demo.css" rel="stylesheet" />
<!-- Fonts and icons -->
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,300,700' rel='stylesheet' type='text/css'>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/nucleo-icons.css" rel="stylesheet" />
</head>
<body>
<!-- navbar come here -->
<!-- end navbar -->
<div class="wrapper">
<!-- content come here -->
</div>
<!-- Modal Bodies come here -->
<!-- end modal -->
</body>
<!-- Core JS Files -->
<script src="assets/js/jquery-3.2.1.js" type="text/javascript"></script>
<script src="assets/js/jquery-ui-1.12.1.custom.min.js" type="text/javascript"></script>
<script src="assets/js/tether.min.js" type="text/javascript"></script>
<script src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<!-- Plugin for Share buttons -->
<script src="assets/js/jquery.sharrre.js"></script>
<!-- Switches -->
<script src="assets/js/bootstrap-switch.min.js"></script>
<!-- Plugins for Slider -->
<script src="assets/js/nouislider.js"></script>
<!-- Plugins for DateTimePicker -->
<script src="assets/js/moment.min.js"></script>
<script src="assets/js/bootstrap-datetimepicker.min.js"></script>
<!-- Paper Kit Initialization snd functons -->
<script src="assets/js/paper-kit.js?v=2.0.1"></script>
</html>