Skip to content

Commit

Permalink
adicionado logo temporaria e organizando arquivos do bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
feroline committed Jul 31, 2024
1 parent f860090 commit a0a066e
Show file tree
Hide file tree
Showing 185 changed files with 60 additions and 12 deletions.
12 changes: 11 additions & 1 deletion _includes/navbar.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
<nav>
<!-- <nav>
{% for item in site.data.navigation %}
<a href="{{ item.link }}" {% if page.url==item.link %} class="current" {% endif %}>
{{ item.name }}
</a>
{% endfor %}
</nav> -->

<nav class="navbar bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="/assets/images/bem-te-vi-logo-temporaria.png" alt="Logo" width="30" height="24"
class="d-inline-block align-text-top">
QA Bentevi
</a>
</div>
</nav>
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/bootstrap/bootstrap.min.css">
</head>

<body>
{% include navbar.html %}
{{ content }}
<script src="/assets/js/bootstrap.min.js"></script>
<script src="/assets/js/bootstrap/bootstrap.min.js"></script>
</body>

</html>
16 changes: 13 additions & 3 deletions _site/2024/07/31/fundamentosDeTeste.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<head>
<meta charset="utf-8">
<title>Fundamentos de Teste</title>
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/bootstrap/bootstrap.min.css">
</head>

<body>
<nav>
<!-- <nav>
<a href="/" >
Home
Expand All @@ -19,6 +19,16 @@
</a>
</nav> -->

<nav class="navbar bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="/assets/images/bem-te-vi-logo-temporaria.png" alt="Logo" width="30" height="24"
class="d-inline-block align-text-top">
QA Bentevi
</a>
</div>
</nav>
<h1> Resumo do Syllabus para CTFL - 4.0v </h1>
<h1> Apresentação do resumo </h1>
Expand All @@ -30,7 +40,7 @@ <h1>Fundamentos de Teste</h1>
<!-- Estrutura do resumo será montada aqui com os dados do post -->
<p>Resumo do capítulo 01</p>

<script src="/assets/js/bootstrap.min.js"></script>
<script src="/assets/js/bootstrap/bootstrap.min.js"></script>
</body>

</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added _site/assets/images/bem-te-vi-logo-temporaria.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=https://duckduckgo.com/
HostUrl=https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fgartic.com.br%2Fimgs%2Fmural%2Fha%2Fharumi_mai%2Fbem-te-vi-2.png&f=1&nofb=1&ipt=e612d9e107ca43c86db39fe6208cd8fa60f4104592f11b2ae6a25272262443b8&ipo=images
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 13 additions & 3 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<head>
<meta charset="utf-8">
<title>Home</title>
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/bootstrap/bootstrap.min.css">
</head>

<body>
<nav>
<!-- <nav>
<a href="/" class="current" >
Home
Expand All @@ -19,9 +19,19 @@
</a>
</nav> -->

<nav class="navbar bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="/assets/images/bem-te-vi-logo-temporaria.png" alt="Logo" width="30" height="24"
class="d-inline-block align-text-top">
QA Bentevi
</a>
</div>
</nav>
<h1>hello world!</h1>
<script src="/assets/js/bootstrap.min.js"></script>
<script src="/assets/js/bootstrap/bootstrap.min.js"></script>
</body>

</html>
16 changes: 13 additions & 3 deletions _site/pages/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<head>
<meta charset="utf-8">
<title>Blog</title>
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/bootstrap/bootstrap.min.css">
</head>

<body>
<nav>
<!-- <nav>
<a href="/" >
Home
Expand All @@ -19,6 +19,16 @@
</a>
</nav> -->

<nav class="navbar bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="/assets/images/bem-te-vi-logo-temporaria.png" alt="Logo" width="30" height="24"
class="d-inline-block align-text-top">
QA Bentevi
</a>
</div>
</nav>
<h1>Últimos Posts</h1>

Expand All @@ -31,7 +41,7 @@ <h2><a href="/2024/07/31/fundamentosDeTeste.html">Fundamentos de Teste</a></h2>
</li>

</ul>
<script src="/assets/js/bootstrap.min.js"></script>
<script src="/assets/js/bootstrap/bootstrap.min.js"></script>
</body>

</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added assets/images/bem-te-vi-logo-temporaria.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/images/bem-te-vi-logo-temporaria.png:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=https://duckduckgo.com/
HostUrl=https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fgartic.com.br%2Fimgs%2Fmural%2Fha%2Fharumi_mai%2Fbem-te-vi-2.png&f=1&nofb=1&ipt=e612d9e107ca43c86db39fe6208cd8fa60f4104592f11b2ae6a25272262443b8&ipo=images
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a0a066e

Please sign in to comment.