Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
Changed 'flexible' background text, slide show text now displays on b…
Browse files Browse the repository at this point in the history
…igger screens, slide show images realigned, fixed slideshow issues, download button new link
  • Loading branch information
ccervera committed Aug 17, 2018
1 parent 9f6d24c commit e1dd72b
Show file tree
Hide file tree
Showing 36 changed files with 710 additions and 57 deletions.
Binary file modified assets/images/backgrounds/on_the_flexible_solution.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ div {

/* SLIDESHOW */

.slideshow-image-fit {
width: 100%;
height: auto;
}

/* NAVIGATION BAR */

Expand Down
10 changes: 5 additions & 5 deletions devon-main-content/sections/collaboration/component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<div class="container">
<div class="row text-center d-flex justify-content-center p-5">
<div class="col-md-8 col-sm-12 DEVON">
<h1 class="m-1">Collaboration & contribution</h1>
<h1 class="m-1">Collaboration & Contribution</h1>
<p>
<cite class="lead">if you like to contribute to enhance (or mantain) DEVON,you will find plenty of ideas in the issue-sections
<cite class="lead">If you like to contribute to devonfw, you will find plenty of ideas in the issue-sections
of the repos. We are very happy to receive your contribution, discuss approaches and return feedback
to you.</cite>
</p>
Expand All @@ -29,10 +29,10 @@ <h4>Contribute:</h4>
</div>
<div class="row DEVON mb-5">
<div class="col-sm-4 col-xs-12">
<a href="https://github.com/oasp/oasp4j" class="btn btn-primary mt-4">DEVON4J on github</a>
<a href="https://github.com/oasp/oasp4j" class="btn btn-primary mt-4">devon4J on github</a>
</div>
<div class="col-sm-4 col-xs-12">
<a href="https://github.com/oasp/oasp4js" class="btn btn-primary mt-4">DEVON4JS on github</a>
<a href="https://github.com/oasp/oasp4js" class="btn btn-primary mt-4">devon4JS on github</a>
</div>
</div>
<div class="row p-3">
Expand All @@ -48,7 +48,7 @@ <h4>Contact/Support:</h4>
</div>
<div class="row p-3">
<h4 class="mb-5">Notes on Contribution:</h4>
<p class="lead">DEVON is organized in a way that it is easy for you to contribute. Therefore we have chosen to
<p class="lead">devonfw is organized in a way that it is easy for you to contribute. Therefore we have chosen to
use github - the number one platform for social coding - which provides lean processes and
great tooling.</p>
<p class="lead">In order to contribute code we use git and github pull-requests. Lead developers can directly
Expand Down
4 changes: 2 additions & 2 deletions devon-main-content/sections/framework/component.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ <h5>
<div class="col-md-4 col-sm-4 col-4 text-center my-3">
<img class="pb-4" src="/assets/images/javascript_icon.png" alt="JS-icon">
<h6>JavaScript</h6>
<a href="/devon4-js" class="btn btn-lg btn-primary">More info</a>
<a href="/devon4js" class="btn btn-lg btn-primary">More info</a>
</div>
<div class="col-md-4 col-sm-4 col-4 text-center my-3">
<img class="pb-4" src="/assets/images/java_icon.png" alt="Java-icon">
<h6>Java</h6>
<a href="/devon4-j" class="btn btn-lg btn-primary">More info</a>
<a href="/devon4j" class="btn btn-lg btn-primary">More info</a>
</div>
<div class="col-md-4 col-sm-4 col-4 text-center my-3">
<img class="pb-4" src="/assets/images/net_icon.png" alt="NET-icon">
Expand Down
25 changes: 19 additions & 6 deletions devon-main-content/sections/slideshow/component.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
.slideshow-max-height{
/*background-position: center center;
background-size: cover;*/
/*width: 100%;*/
.slideshow-image-fit {
width: 100%;
height: auto;
}

.overflow-div{
max-height: 800px;
.slide-container{
max-height: 600px;
overflow: hidden;
}

Expand All @@ -14,4 +13,18 @@
color: #4BBDEC;
/* background: rgba(100, 100, 100, .6); */
font-family: 'MavenPro-Bold', sans-serif;
}

@media (max-width: 1920px) {
.slide-container{
max-height: 600px;
overflow: hidden;
}
}

@media (min-width: 1920px) {
.slide-container{
max-height: 1200px;
overflow: hidden;
}
}
10 changes: 5 additions & 5 deletions devon-main-content/sections/slideshow/component.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,31 @@
<b>open source</b> software development platform
<br> for Capgemini Europe and India
</h2>-->
<div class="carousel-item active">
<div class="slide-container carousel-item active">
<img class="mx-auto d-block slideshow-image-fit slideshow-max-height" src="/assets/images/slideshow/OpenSource_1.jpg" alt="Image 1">
<div class="carousel-caption">
<h1>An Open Source solution</h1>
</div>
</div>
<div class="carousel-item">
<div class="slide-container carousel-item">
<img class="mx-auto d-block slideshow-image-fit slideshow-max-height" src="/assets/images/slideshow/Support_2.jpg" alt="Image 2">
<div class="carousel-caption">
<h1>We create a friendly and collaborative environment</h1>
</div>
</div>
<div class="carousel-item">
<div class="carousel-item slide-container">
<img class="mx-auto d-block slideshow-image-fit slideshow-max-height" src="/assets/images/slideshow/Acceleration_3.jpg" alt="Image 3">
<div class="carousel-caption">
<h1>We are faster</h1>
</div>
</div>
<div class="carousel-item">
<div class="carousel-item slide-container">
<img class="mx-auto d-block slideshow-image-fit slideshow-max-height" src="/assets/images/slideshow/Integration_4.jpg" alt="Image 4">
<div class="carousel-caption">
<h1>An integration platform</h1>
</div>
</div>
<div class="carousel-item">
<div class="carousel-item slide-container">
<img class="mx-auto d-block slideshow-image-fit slideshow-max-height" src="/assets/images/slideshow/Standarization_5.jpg"
alt="Image 5">
<div class="carousel-caption">
Expand Down
6 changes: 3 additions & 3 deletions devon-main-content/sections/testimonials/component.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<h3 class="text-center text-sm-center text-md-left">
Michael Kurz, Capgemini Germany, Engagement Manager
<br/>
<small>By using devon we can provide a responsive appealing UI for our client in a short timeframe.</small>
<small>By using devonfw we can provide a responsive appealing UI for our client in a short timeframe.</small>
</h3>
</div>
</div>
Expand All @@ -35,7 +35,7 @@ <h3 class="text-center text-sm-center text-md-left">
<h3 class="text-center text-sm-center text-md-left">
Iwan Van der Kleijn, Capgemini Spain, iCSD core team
<br/>
<small>I realized that devon fully delivers on its promises, when I saw a team of relative newbies get up to speed and productive in a breathtakingly short time.</small>
<small>I realized that devonfw fully delivers on its promises, when I saw a team of relative newbies get up to speed and productive in a breathtakingly short time.</small>
</h3>
</div>
</div>
Expand All @@ -51,7 +51,7 @@ <h3 class="text-center text-sm-center text-md-left">
<h3 class="text-center text-sm-center text-md-left">
Manuel Esteve Esteve, Capgemini Spain, COE solutions
<br/>
<small>With devon you can make in days what usually takes weeks.</small>
<small>With devonfw you can make in days what usually takes weeks.</small>
</h3>
</div>
</div>
Expand Down
30 changes: 15 additions & 15 deletions devon-main-content/sections/university/component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<div class="container p-0">
<div class="row text-center d-flex justify-content-center p-0 p-sm-5">
<div class="col-md-8 col-sm-12 DEVON">
<h1 class="m-1">University activities</h1>
<h1 class="m-1">University Activities</h1>
<p>
<cite class="lead">DEVON attracts students and university-teams to take advantage of DEVON as open and simple CSD-platform
<cite class="lead">devonfw attracts students and university-teams to take advantage of devonfw as open and simple CSD-platform
that is close to the industry.
</cite>
</p>
Expand All @@ -26,17 +26,17 @@ <h3 class="modal-title" id="universityModal">University activities</h3>
<div class="container">
<div class="row p-3">
<h4>
<small class="text-muted">DEVON attracts students and university-teams to take advantage of DEVON as open and simple
<small class="text-muted">devonfw attracts students and university-teams to take advantage of DEVON as open and simple
CSD-platform that is close to the industry.
</small>
</h4>
</div>
<div class="row p-3">
<h4>Rationale to start university activities on DEVON</h4>
<h4>Rationale to start university activities on devonfw</h4>
</div>
<div class="row p-3">
<h4>
<small class="text-muted">DEVON attracts students and university-teams to take advantage of DEVON as open and simple
<small class="text-muted">devonfw attracts students and university-teams to take advantage of devonfw as open and simple
CSD-platform that is close to the industry.
</small>
</h4>
Expand All @@ -47,10 +47,10 @@ <h4>
<li class="font-weight-bold">Open source software and documentation free to use</li>
<li class="font-weight-bold">Publicly hosted software and running server</li>
<li class="font-weight-bold">Provided guidelines on architecture and technology are highly relevant for Future job-opportunities</li>
<li class="font-weight-bold">University activities can expect some extra support from the DEVON community</li>
<li class="font-weight-bold">University activities can expect some extra support from the devonfw community</li>
<li class="font-weight-bold">Opportunity to network and integrate with other university activities and Build upon
each others results</li>
<li class="font-weight-bold">Possibility to receive additional material regarding DEVON (like preconfigured IDE or
<li class="font-weight-bold">Possibility to receive additional material regarding devonfw (like preconfigured IDE or
training material)</li>
</ul>
</div>
Expand All @@ -67,7 +67,7 @@ <h4>Examples for University activities</h4>
</div>
<div class="row p-3">
<h4>
<small class="text-muted">DEVON is and has been used to engage in a number of activities by students or student teams
<small class="text-muted">devonfw is and has been used to engage in a number of activities by students or student teams
for a practical semester, a graduate thesis or even a internship. A few examples:
</small>
</h4>
Expand All @@ -76,8 +76,8 @@ <h4>
<div class="container p-3">
<ul>
<li class="font-weight-bold">Graduate thesis to integrate SAP Hana as backend of a CSD application and to evaluate
advanced use-cases like predictive analytics. A PoC is created based on DEVON4j.</li>
<li class="font-weight-bold">A group of students creating a mobile frontend on the interfaces of the DEVON4j server.</li>
advanced use-cases like predictive analytics. A PoC is created based on devon4J.</li>
<li class="font-weight-bold">A group of students creating a mobile frontend on the interfaces of the devon4J server.</li>
<li class="font-weight-bold">Graduate thesis on enterprise monitoring in modern application landscapes evaluating
a range of approaches and tools.</li>
</ul>
Expand All @@ -88,7 +88,7 @@ <h4>Cooperation with universities internationally</h4>
</div>
<div class="row p-3">
<h4>
<small class="text-muted">Currently we are cooperating with a number of universities that take DEVON as architecture
<small class="text-muted">Currently we are cooperating with a number of universities that take devonfw as architecture
blueprint for modern CSD-applications to be used in classes and practice courses.
</small>
</h4>
Expand All @@ -99,18 +99,18 @@ <h4>
<li class="font-weight-bold">Chair for the innovation on software development at University of Valencia</li>
<li class="font-weight-bold">Class for software engineering at University Darmstadt</li>
<li class="font-weight-bold">Practice course at University Kaiserslautern to build a mobile client on DEVON</li>
<li class="font-weight-bold">Practice course at University Cologne to build advanced web client features for DEVON</li>
<li class="font-weight-bold">Practice course at University Darmstadt to enhance DEVON-restaurant with special attention
<li class="font-weight-bold">Practice course at University Cologne to build advanced web client features for devonfw</li>
<li class="font-weight-bold">Practice course at University Darmstadt to enhance devonfw-restaurant with special attention
on usability</li>
</ul>
</div>
</div>
<div class="row p-3">
<h4>Interested in using DEVON?</h4>
<h4>Interested in using devonfw?</h4>
</div>
<div class="row p-3">
<h4>
<small class="text-muted">If you are interested in starting your own graduate-activity on the grounds of DEVON please
<small class="text-muted">If you are interested in starting your own graduate-activity on the grounds of devonfw please
get in touch. We would be quite happy to receive your application.
</small>
</h4>
Expand Down
54 changes: 54 additions & 0 deletions devon4j/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>devon4J</title>
<script type="text/javascript" src="/bundle.js"></script>
<link rel="stylesheet" type="text/css" href="/css/main.css" />
<script type="text/javascript" src="/javascript/main.js"></script>
</head>

<body data-spy="scroll" data-target=".DEVON-SIDEBAR" data-offset="50">
<!-- NAVIGATION-->
<div class="fixed-top m-0" style="pointer-events: none">
<!-- NAV BAR -->
<insertHtml url="/html/nav-menu" style="pointer-events: auto"></insertHtml>
<!-- SIDE BAR -->
<div class="row container-fluid DEVON m-0 px-0 " style="pointer-events: none">
<div class="col-12 col-md-3 m-0 p-0">
<insertHtml url="/devon4j/sections/sidenav" style="pointer-events: auto"></insertHtml>
</div>
</div>
</div>

<!-- CONTENT -->
<div class="container-fluid DEVON DEVON-CONTAINER m-0 px-0">
<div class="d-none m-0 p-0">
<br>
<br>
<br>
<br>
</div>
<div class="row m-0 p-0">
<!-- GHOST COLUMN-->
<div class="col-0 col-md-3 m-0 p-0">

</div>
<!-- CONTENT -->
<div class="col-12 col-md-9 m-0 p-0">
<insertHtml url="/devon4j/sections/introduction"></insertHtml>
<insertHtml url="/devon4j/sections/overview"></insertHtml>
<insertHtml url="/devon4j/sections/getting-started"></insertHtml>
<insertHtml url="/devon4j/sections/roadmap"></insertHtml>
</div>
</div>
</div>
<!-- FOOTER -->
<insertHtml url="/html/footer"></insertHtml>
</body>

</html>
5 changes: 5 additions & 0 deletions devon4j/sections/getting-started/component.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@media (min-width: 768px) {
.gettingStarted {
margin: 0 25%;
}
}
Loading

0 comments on commit e1dd72b

Please sign in to comment.