Skip to content

Commit 7287426

Browse files
committed
UPD: Home tekst
1 parent 9eacfbc commit 7287426

File tree

4 files changed

+13
-18
lines changed

4 files changed

+13
-18
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ coverage
3030
# Personal
3131
.history
3232
.vscode
33+
.gitpod*

index.html

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
<!DOCTYPE html>
2-
<html lang="en" data-bs-theme="light">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<meta name="description" content="This boilerplate is based on Vue 3 with Bootstrap 5 with TypeScript support. Bootstrap Icons and Vue Router have also been added." />
7-
8-
<title>Starter template for Vue 3 with Bootstrap 5, SASS and Bootstrap Icons on TypeScript!</title>
9-
10-
<style>body, html { width: 100%; height: 100%; }</style>
11-
</head>
12-
<body class="d-flex flex-column">
13-
<div id="app" class="d-flex flex-column h-100"></div>
14-
<script type="module" src="./src/main.ts"></script>
15-
</body>
16-
</html>
1+
<!doctype html><html lang="en" data-bs-theme="light"><head>
2+
<meta charset="UTF-8" />
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
4+
<meta name="description" content="This boilerplate is based on Vue 3 with Bootstrap 5 with TypeScript support. Bootstrap Icons and Vue Router have also been added." />
5+
<title>Starter template based on Vue 3, Bootstrap 5, SASS with Dark Theme and Typescript!</title>
6+
<style>body, html { width: 100%; height: 100%; }</style>
7+
</head><body class="d-flex flex-column">
8+
<div id="app" class="d-flex flex-column h-100"></div>
9+
<script type="module" src="./src/main.ts"></script>
10+
</body></html>

src/components/Heads.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="box p-5 mb-4 rounded-3">
33
<div class="container-fluid py-5">
44
<h1 class="display-5 fw-bold"><slot></slot></h1>
5-
<p class="col-md-8 fs-4">The point of it all is beyond the grasp of human intelligence. Be humble. Be grateful simply knowing that you, we, all are taking part in this One big story called The Universe. Thankfully, we have the tools to acknowledge that fact in wonder and awe.</p>
5+
<p class="col-md-10 fs-4">This template was created to help web developers jumpstart their development. It uses Vue 3 with Composition API and Typescript support and added Bootstrap 5 with support for SASS and Dark Themes. Dark theme support in Bootstrap, by default, comes from version 5.3.0, which is currently an Alpha release. Therefore, it should be installed explicitly, and you should test it well before adding it to the production environment.</p>
66
</div>
77
</div>
88
</template>

src/layouts/Default.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Nav />
33

44
<header class="container">
5-
<Heads>What is the point of all?</Heads>
5+
<Heads>Starter template based on Vue 3, Bootstrap 5,<br />SASS with Dark Theme and Typescript!</Heads>
66
</header>
77

88
<main class="container flex-shrink-0 mb-4">

0 commit comments

Comments
 (0)