Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3336b19

Browse files
committed
Basic web site.
1 parent 34cfd2d commit 3336b19

13 files changed

Lines changed: 353 additions & 0 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.build

_footer.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
++++
2+
<footer class="footer">
3+
++++
4+
5+
[.content.has-text-centered]
6+
--
7+
{copyright}. The website content is licensed
8+
https://creativecommons.org/licenses/by-nc-nd/4.0/[CC BY-NC-ND 4.0].
9+
--
10+
11+
++++
12+
</footer>
13+
++++

_nav.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[subs=attributes]
2+
++++
3+
<div class="hero-head">
4+
<nav class="navbar">
5+
<div class="navbar-brand">
6+
<a class="navbar-item" href="{ecostd-www}"><img src="{ecostd-logo-img}" alt="E" /></a>
7+
</div>
8+
<div class="navbar-menu">
9+
<div class="navbar-end">
10+
<a class="navbar-item" href="https://github.com/ecostd">GitHub</a>
11+
</div>
12+
</div>
13+
</nav>
14+
</div>
15+
++++

index-docinfo.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<meta name="viewport" content="width=device-width, initial-scale=1">
2+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">

index.adoc

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
= EcoStd
2+
:copyright: Copyright {docyear} René Ferdinand Rivera Morell
3+
:version-label!:
4+
:reproducible:
5+
:nofooter:
6+
:linkcss:
7+
:stylesheet: tweaks.css
8+
:docinfo: private
9+
:noheader:
10+
:ecostd-www: https://ecostd.github.io/
11+
:ecostd-logo-img: logo.svg
12+
13+
// ----------------------------------------------------------------------------
14+
15+
++++
16+
<section class="hero">
17+
++++
18+
19+
include::_nav.adoc[]
20+
21+
[.hero-body]
22+
--
23+
[.title.is-1]
24+
EcoStd
25+
26+
[.subtitle]
27+
Standards for Programming Language Tools
28+
--
29+
30+
++++
31+
</section>
32+
++++
33+
34+
// ----------------------------------------------------------------------------
35+
36+
++++
37+
<section class="hero is-primary">
38+
++++
39+
40+
[.hero-body]
41+
--
42+
43+
++++
44+
<div class="columns">
45+
++++
46+
47+
[.column]
48+
[.title]#What?# +
49+
+
50+
We define standards for the tools that make programming tools work in harmony
51+
with each other.
52+
53+
[.column]
54+
[.title]#Languages# +
55+
+
56+
Our initial focus for tool standards is in bringing coherence and interoperation
57+
for the tools that drive the {CPP} programming language.
58+
59+
[.column]
60+
[.title]#Getting Involved# +
61+
+
62+
We welcome contributions in our efforts for better programming through tools.
63+
But until we have a defined contribution process, you can join and inquire in
64+
the https://groups.google.com/g/cxx-ecosystem-evolution[{CPP} Ecosystem Evolution]
65+
forum.
66+
67+
++++
68+
</div>
69+
++++
70+
71+
--
72+
73+
++++
74+
</section>
75+
++++
76+
77+
// ----------------------------------------------------------------------------
78+
79+
include::_footer.adoc[]

index.html

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="generator" content="Asciidoctor 2.0.23">
8+
<meta name="copyright" content="Copyright 2024 René Ferdinand Rivera Morell">
9+
<title>EcoStd</title>
10+
<link rel="stylesheet" href="./tweaks.css">
11+
<meta name="viewport" content="width=device-width, initial-scale=1">
12+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
13+
</head>
14+
<body class="article">
15+
<div id="content">
16+
<section class="hero">
17+
<div class="hero-head">
18+
<nav class="navbar">
19+
<div class="navbar-brand">
20+
<a class="navbar-item" href="https://ecostd.github.io/"><img src="logo.svg" alt="E" /></a>
21+
</div>
22+
<div class="navbar-menu">
23+
<div class="navbar-end">
24+
<a class="navbar-item" href="https://github.com/ecostd">GitHub</a>
25+
</div>
26+
</div>
27+
</nav>
28+
</div>
29+
<div class="openblock hero-body">
30+
<div class="content">
31+
<div class="paragraph title is-1">
32+
<p>EcoStd</p>
33+
</div>
34+
<div class="paragraph subtitle">
35+
<p>Standards for Programming Language Tools</p>
36+
</div>
37+
</div>
38+
</div>
39+
</section>
40+
<section class="hero is-primary">
41+
<div class="openblock hero-body">
42+
<div class="content">
43+
<div class="columns">
44+
<div class="paragraph column">
45+
<p><span class="title">What?</span><br>
46+
<br>
47+
We define standards for the tools that make programming tools work in harmony
48+
with each other.</p>
49+
</div>
50+
<div class="paragraph column">
51+
<p><span class="title">Languages</span><br>
52+
<br>
53+
Our initial focus for tool standards is in bringing coherence and interoperation
54+
for the tools that drive the C&#43;&#43; programming language.</p>
55+
</div>
56+
<div class="paragraph column">
57+
<p><span class="title">Getting Involved</span><br>
58+
<br>
59+
We welcome contributions in our efforts for better programming through tools.
60+
But until we have a defined contribution process, you can join and inquire in
61+
the <a href="https://groups.google.com/g/cxx-ecosystem-evolution">C&#43;&#43; Ecosystem Evolution</a>
62+
forum.</p>
63+
</div>
64+
</div>
65+
</div>
66+
</div>
67+
</section>
68+
<footer class="footer">
69+
<div class="openblock content has-text-centered">
70+
<div class="content">
71+
<div class="paragraph">
72+
<p>Copyright 2024 René Ferdinand Rivera Morell. The website content is licensed
73+
<a href="https://creativecommons.org/licenses/by-nc-nd/4.0/">CC BY-NC-ND 4.0</a>.</p>
74+
</div>
75+
</div>
76+
</div>
77+
</footer>
78+
</div>
79+
</body>
80+
</html>

logo-100.png

2.78 KB
Loading

logo-200.png

5.63 KB
Loading

logo-2000.png

74.6 KB
Loading

logo-28.png

723 Bytes
Loading

0 commit comments

Comments
 (0)