Skip to content

Commit

Permalink
posts
Browse files Browse the repository at this point in the history
  • Loading branch information
ferronicardoso committed May 27, 2024
1 parent 8c897ec commit a4facae
Show file tree
Hide file tree
Showing 14 changed files with 3,860 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source "https://rubygems.org"
#gem "minima", "~> 2.5"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
gem "github-pages", group: :jekyll_plugins
gem "github-pages", "~> 231", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-paginate-v2"
Expand All @@ -26,6 +26,8 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo-data"
end

gem "webrick"

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

Expand Down
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
uri (0.13.0)
webrick (1.8.1)

PLATFORMS
arm64-darwin
Expand All @@ -272,13 +273,14 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
github-pages
github-pages (~> 231)
http_parser.rb (~> 0.6.0)
jekyll-feed (~> 0.12)
jekyll-paginate-v2
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)
webrick

BUNDLED WITH
2.5.10
76 changes: 76 additions & 0 deletions _site/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
<!DOCTYPE html>
<html>

<head>
<!-- Meta -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="C# Brasil">

<title>404 - Página não encontrada</title>

<!-- CSS & fonts -->
<link rel="stylesheet" href="/css/main.css?1716843176187447696">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800" rel="stylesheet" type="text/css">

<link rel="shortcut icon" href="images/favicon.png" />
</head>


<body>
<div id="wrap">

<!-- Navigation -->
<nav id="nav">
<div id="nav-list">
<a href="/">Página inicial</a>






<a href="/sobre" title="Sobre o Blog">Sobre o Blog</a>








</div>
</nav>


<!-- Icon menu -->
<a id="nav-menu">
<div id="menu"></div>
</a>
<!-- Header -->
<header id="header">
<a href="/">
<img src="/images/logo_csharpbrasil.png" class="logo" alt="C# Brasil">
</a>
</header>

<!-- Main content -->
<div id="container">
<main>
<h1 id="404---página-não-encontrada">404 - Página não encontrada</h1>
<p>Não foi possível encontrar o URL solicitado. Você pode tentar novamente acessando a <a href="/">página inicial</a>.</p>

</main>
<!-- Pagination links -->

</div>

<!-- Footer -->
<footer class="footer"><span>&copy; 2024 C# Brasil. Todos os direitos reservados</span></footer>
<!-- Script -->
<script src="/js/main.js"></script>

</div>
</body>
</html>
Loading

0 comments on commit a4facae

Please sign in to comment.