[
https://issues.apache.org/jira/browse/CAMEL-15300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17173849#comment-17173849
]
ASF GitHub Bot commented on CAMEL-15300:
----------------------------------------
aashnajena commented on a change in pull request #442:
URL: https://github.com/apache/camel-website/pull/442#discussion_r467583251
##########
File path: layouts/index.html
##########
@@ -1,18 +1,48 @@
{{ partial "header.html" . }}
-<header class="frontpage">
- <h1>🚀 Camel 3.4 is here! <wbr><a
href="blog/2020/06/camel34-whatsnew/">What's new?</a></h1>
- <svg viewBox="0 0 500 70" preserveAspectRatio="none">
- <path d="M -10,25 C 130,125 330,0 510,5" />
- <path d="M -10,20 C 130,125 330,0 510,2" />
- <path d="M -10,15 C 150,115 350,0 510,15" />
- <path d="M -10,11 C 130,125 330,0 510,20" />
- <path d="M -10,5 C 130,125 330,0 510,25" />
- </svg>
- <p>Camel is an <mark>open source integration framework</mark> that empowers
you to quickly and easily integrate various systems consuming or producing data.
- </p>
- <a class="significant" href="/manual/latest/getting-started.html">Get
started</a>
-</header>
+<div class="frontpage-header">
+ <div class="main-heading">
+ <h1>Apache Camel</h1>
+ <p>
+ Camel is an Open Source integration framework that empowers you
+ to quickly and easily integrate various systems consuming or producing
data.
+ </p>
+ <p>
+ <a class="button-dark" href="/manual/latest/getting-started.html">Get
Started</a> <a class="button-light"
href="/manual/latest/faq/what-is-camel.html">What is Camel?</a>
+ </p>
+ </div>
+ <img src="./img/camel-gears.svg" />
+</div>
+
+<div class="whats-new">
+ <h2>What's New?</h2>
+</div>
+
+<section class="frontpage columns blog-posts">
+
+{{with .Site.GetPage "taxonomy" "releases"}}
+{{range .Pages | first 3}}
Review comment:
Fitting more than 3 in a row would be difficult near on small screens.
We can make use of a carousel to display more blogs. We can display 3 by
default and have arrows on both sides, allowing the user to slide and see more
blogs. What do you think about this?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Update the Front Page Design
> ----------------------------
>
> Key: CAMEL-15300
> URL: https://issues.apache.org/jira/browse/CAMEL-15300
> Project: Camel
> Issue Type: Wish
> Components: website
> Reporter: Aashna Jena
> Priority: Minor
> Labels: outreachy2020, suggestions
> Attachments: blog-frontpage-display.png, blog-path-2.png,
> blog-section-1.png, camel-desktop-gears.svg, camel-gears-desktop-2.svg,
> camel-gears.svg, components.svg, data-formats.svg, frontpage-design-3.png,
> frontpage-design-4.png, frontpage-design-5.png,
> frontpage-functionalities-1.png, frontpage-functionalities-2.png,
> frontpage-v2.png, gear-design-integration.png, image-design-1.png,
> integration-1.jpg, integration-4.png, integration-5.jpg, integration.png,
> project-desktop-style.png, project-mobile-style.png, runtimes-v2.svg,
> runtimes.svg, timeline-frontpage-releases.png, waves.jpg
>
>
> Our front page should highlight the key features of Camel, which we, for now,
> include in the functionalities section. I like how "key features" are listed
> on the [Django Overview Page|https://www.djangoproject.com/start/overview/]
> and the [Fedora Server Page|https://getfedora.org/en/server/]. They use big
> icons, bold headings, and one feature per row to make sure the user grasps
> the importance of each feature. I especially like the content on the Django
> page which says "Why Django?" followed by adjectives ("Ridiculously fast",
> "Incredibly versatile", "Reassuringly secure" etc). This makes it so much
> more easier and interesting to read.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)