Skip to content

Commit 033299f

Browse files
committed
Initial commit of work filling in the website
1 parent 4f4ddc6 commit 033299f

File tree

88 files changed

+38
-11453
lines changed

Some content is hidden

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

88 files changed

+38
-11453
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

assets/scss/_styles_project.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
a {
2+
text-decoration: none;
3+
}

assets/scss/_variables_project.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
33
Add styles or override variables from the theme here.
44
5+
$primary: #0068B5;
6+
$secondary: #eee9e9;
57
*/
68

9+
$primary: #213d7a;
10+
$secondary: #eee9e9;

content/en/_index.md

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,35 @@
11
---
2-
title: Goldydocs
2+
title: Portable Data-Parallel Python Extensions with oneAPI
33
---
44

5-
{{< blocks/cover title="Welcome to Goldydocs: A Docsy Example Project!" image_anchor="top" height="full" >}}
6-
<a class="btn btn-lg btn-primary me-3 mb-4" href="/docs/">
7-
Learn More <i class="fas fa-arrow-alt-circle-right ms-2"></i>
8-
</a>
9-
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/google/docsy-example">
10-
Download <i class="fab fa-github ms-2 "></i>
11-
</a>
12-
<p class="lead mt-5">Porridge temperature assessment &mdash; in the cloud!</p>
13-
{{< blocks/link-down color="info" >}}
5+
{{<blocks/cover title="" image_anchor="top" height="max" color="primary">}}
6+
<div class="mx-auto">
7+
<div class="col-lg-12">
8+
<p class="display-6 mt-5 mb-5" style="font-weight: bold;">Portable Data-Parallel Python Extensions with oneAPI</p>
9+
<p></p>
10+
<p class="display-7 pt-5 mb-3">
11+
<a href="https://github.com/ndgrigorian" style="color: #50aaf4; font-weight: bold;" target="_blank" rel="noopener">Nikita Grigorian</a> and
12+
<a href="https://github.com/oleksandr-pavlyk" style="color: #50aaf4; font-weight: bold;" target="_blank" rel="noopener">Oleksandr Pavlyk</a>
13+
</p>
14+
</div>
15+
<div class="lead text-center">
16+
<div class="mx-auto mb-5">
17+
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/google/docsy-example">
18+
First<i class="fa-solid fa-question ms-2 "></i>
19+
</a>
20+
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/google/docsy-example">
21+
Demonstration<i class="fab fa-github ms-2 "></i>
22+
</a>
23+
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/google/docsy-example">
24+
About<i class="fa-solid fa-address-card ms-2 "></i>
25+
</a>
26+
</div>
27+
</div>
28+
</div>
1429
{{< /blocks/cover >}}
1530

1631

17-
{{% blocks/lead color="primary" %}}
32+
{{% blocks/lead color="secondary" %}}
1833
Goldydocs provides a single web UI providing visibility into porridge
1934
temperature, chair size, and bed softness metrics! You can even find out who's
2035
been eating **your** porridge.
-485 KB
Binary file not shown.

content/en/blog/_index.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

content/en/blog/news/_index.md

Lines changed: 0 additions & 4 deletions
This file was deleted.
Binary file not shown.

content/en/blog/news/first-post/index.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

content/en/blog/news/second-post.md

Lines changed: 0 additions & 244 deletions
This file was deleted.

0 commit comments

Comments
 (0)