Skip to content

Commit 0a05d23

Browse files
authored
Initialize gh-pages
0 parents  commit 0a05d23

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+2755
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width,initial-scale=1">
6+
<title>Page Not Found :: Solution Patterns for Cloud Native Architectures</title>
7+
<meta name="generator" content="Antora 3.0.0">
8+
<link rel="stylesheet" href="/solution-patterns/_/css/site.css">
9+
<link rel="icon" href="/solution-patterns/_/img/favicon.ico" type="image/x-icon">
10+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
11+
</head>
12+
<body class="status-404">
13+
<header class="header">
14+
<nav class="navbar">
15+
<div class="navbar-brand">
16+
<a class="navbar-item" style="font-size: 20px; color: white"
17+
href="https://redhat-solution-patterns.github.io/solution-patterns">
18+
<img src="/solution-patterns/_/img/logo.png" height="35px" alt="Solution Patterns">&nbsp; Solution Patterns for Cloud Native Architectures</a>
19+
<button class="navbar-burger" data-target="topbar-nav">
20+
<span></span>
21+
<span></span>
22+
<span></span>
23+
</button>
24+
</div>
25+
<div id="topbar-nav" class="navbar-menu">
26+
<div class="navbar-end">
27+
<div class="navbar-item has-dropdown is-hoverable">
28+
<a class="navbar-link" href="#">Architectures &amp; Patterns</a>
29+
<div class="navbar-dropdown">
30+
<a class="navbar-item" href="https://www.redhat.com/architect/portfolio/" target="_blank">Portfolio Architecture&nbsp; </a>
31+
<a class="navbar-item" href="https://redhat-solution-patterns.github.io/solution-patterns/patterns.html" target="_blank">Solution Patterns </a>
32+
<a class="navbar-item" href="https://validatedpatterns.io/" target="_blank">Validated Patterns&nbsp;</a>
33+
<a class="navbar-item" href="https://catalog.redhat.com/solutions" target="_blank">Ecosystem Solutions&nbsp;</a>
34+
</div>
35+
</div>
36+
37+
<div class="navbar-item has-dropdown is-hoverable">
38+
<a class="navbar-link" href="#">Resources</a>
39+
<div class="navbar-dropdown">
40+
<a class="navbar-item" target="_blank" href="https://developers.redhat.com">Red Hat Developers</a>
41+
<a class="navbar-item" target="_blank" href="https://developers.redhat.com/app-dev-platform">App Dev Platform</a>
42+
<a class="navbar-item" target="_blank" href="https://www.redhat.com/en/products/application-foundations">Red Hat Application Services</a>
43+
</div>
44+
</div>
45+
46+
<a class="navbar-item" target="_blank" href="https://github.com/redhat-solution-patterns/redhat-solution-patterns.github.io/issues">Feedback</a>
47+
<a class="navbar-item" target="_blank" href="https://redhat-solution-patterns.github.io/solution-patterns/contributors-guide.html">Contribute</a>
48+
49+
</div>
50+
</div>
51+
</nav>
52+
</header>
53+
<div class="body">
54+
<div class="nav-container">
55+
<aside class="nav">
56+
<div class="panels">
57+
<div class="nav-panel-explore is-active" data-panel="explore">
58+
<ul class="components">
59+
<li class="component">
60+
<span class="title">Template Tutorial</span>
61+
<ul class="versions">
62+
<li class="version">
63+
<a href="/solution-patterns/solution-pattern-template/index.html">master</a>
64+
</li>
65+
</ul>
66+
</li>
67+
</ul>
68+
</div>
69+
</div>
70+
</aside>
71+
</div>
72+
<main class="article">
73+
<div class="toolbar" role="navigation">
74+
<button class="nav-toggle"></button>
75+
<a href="/solution-patterns/solution-pattern-template/index.html" class="home-link"></a>
76+
<nav class="breadcrumbs" aria-label="breadcrumbs">
77+
</nav>
78+
</div>
79+
<div class="content">
80+
<article class="doc">
81+
<h1 class="page">Page Not Found</h1>
82+
<div class="paragraph">
83+
<p>The page you&#8217;re looking for does not exist. It may have been moved.</p>
84+
</div>
85+
<div class="paragraph">
86+
<p>If you arrived on this page by clicking on a link, please notify the owner of the site that the link is broken.
87+
If you typed the URL of this page manually, please double check that you entered the address correctly.</p>
88+
</div>
89+
</article>
90+
<aside class="toc sidebar" data-title="Contents" data-levels="2">
91+
<div class="toc-menu"></div>
92+
</aside>
93+
</div>
94+
</main>
95+
</div>
96+
<footer class="footer">
97+
<img
98+
src="/solution-patterns/_/img/app-services-logo.png" height="40px" alt="Cloud Native Architecture Solution Patterns" href="https://redhat.com" ></a>
99+
</footer><script src="/solution-patterns/_/js/vendor/clipboard.js"></script>
100+
<script src="/solution-patterns/_/js/site.js"></script>
101+
<script async src="/solution-patterns/_/js/vendor/highlight.js"></script>
102+
</body>
103+
</html>

_/css/site.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
79.4 KB
Binary file not shown.

_/font/JetBrainsMono-Bold.woff

73.5 KB
Binary file not shown.
77.8 KB
Binary file not shown.
71.8 KB
Binary file not shown.

_/font/JetBrainsMono-Italic.woff

76.6 KB
Binary file not shown.
79 KB
Binary file not shown.

_/font/JetBrainsMono-Medium.woff

73.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)