Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section


Info
titleAbout us


GÉANT provides a wide range of supporting services and activities for software development teams.

These activities are coordinated and promoted by GN5-2 Work Package 9 Task 2 (Software Governance and Support group).



Section


Column
width30%


HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cards Section</title>

<style>
  body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
  }

  .cards-container {
    display: flex;
   
HTML
<div style="display: flex; flex-direction: row;
 flex-wrap: wrap;
    justify-content: 
space-around
center;
">

<div style="position
    gap: 
relative
20px;
margin: 10px; flex: 1 1 auto; align-self: flex-start; min-width: 200px"> <div class="image" style="background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)), url(https://wiki.geant.org/download/attachments/618758348/1sct.jpg);
 
    padding: 5px 8px; 
    max-width: 1300px;
    margin: 0 auto;
  }

  .card {
    position: relative;
    flex: 0 0 calc(25% - 10px);
    max-width: 300px; 
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 14px rgba(0,0,0,0.12);
    background-color: 
#cccccc;
#ccc;
  }

  .card .image {
    width: 100%;
    height:
370px;
 270px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
">

  }

  
<div class="text" style="
.card .text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white
;"> <h1 style="
;
    width: 90%;
  }

  .card .text h1 {
    color: white;
    font-weight: bold;
    margin-bottom:
10px">SOFTWARE LICENCES</h1>    <a href="https://wiki.geant.org/display/GSD/Software+license+management" style="
 10px;
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.8em;
    line-height: 1.4em;
  }

  .card .text a {
    background-color: white;
    display: inline-block;
    border: none;
    color: black;
    font-weight: bold;
    padding: 
15px
12px 
32px
28px;
  
text-align:
 
center;
 text-decoration: none;
    font-size: 
16px
14px;
 
margin:
 
10px
 
2px;
 cursor: pointer;
    border-radius: 5px
">Learn more</a> </div> </div> </div> <div style="position: relative; margin: 10px; flex: 1 1 auto; align-self: flex-start; min-width: 200px">
;
    margin-top: 5px;
  }

  /* Responsivnost */
  @media (max-width: 1200px) {
    .card {
      flex: 0 0 calc(33.333% - 14px); /* 3 po redu */
    }
  }

  @media (max-width: 900px) {
    .card {
      flex: 0 0 calc(50% - 12px); /* 2 po redu */
    }
  }

  @media (max-width: 600px) {
    .card {
      flex: 0 0 100%; /* 1 po redu */
      max-width: 100%;
    }

    .card .image {
      height: 220px;
    }

    .card .text h1 {
      font-size: 1.1rem;
    }

    .card .text a {
      font-size: 13px;
      padding: 8px 18px;
    }
  }

  /* Centriranje poslednjeg reda sa 2 kartice */
  .cards-container .card:nth-last-child(-n+2) {
    flex: 0 0 calc(45% - 10px);
  }

</style>
</head>
<body>

<div class="cards-container">

  <div class="card">
    <div class="image" style="background-image: linear-gradient(rgba(0,
0,
0,
0.5), rgba(0,
0,
0,
0.1)), url('https://wiki.geant.org/download/attachments/
618758348
121353819/
2sse
1sct.jpg');
background-color: #cccccc; width: 100%; height:370px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;">
">
      <div class="text"
style="text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white;"> <h1 style="color: white; font-weight: bold; margin-bottom:10px">SOFTWARE TRAININGS</h1>    <a
>
        <h1>SOFTWARE LICENCES</h1>
        <a href="https://wiki.geant.org/display/GSD/Software
+trainings
+Licence+Management">Learn more</a>
      </div>
    </div>
  </div>

  <div class="card">
    <div class="image" style="background-
color: white; display: inline-block; border: none; color: black; font-weight: bold; font-weight: bold; padding: 15px 32px; text-align: center; text-decoration: none; font-size: 16px; margin: 10px 2px; cursor: pointer; border-radius: 5px
image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.1)), url('https://wiki.geant.org/download/attachments/121353819/2sse.jpg');">
      <div class="text">
        <h1>SOFTWARE TRAININGS</h1>
        <a href="https://wiki.geant.org/display/GSD/Software+trainings">Learn more</a>
      </div>
    </div>
  </div>

  <div 
style
class=
"position: relative; margin: 10px; flex: 1 1 auto; align-self: flex-start; min-width: 200px">
"card">
    <div class="image" style="background-image: linear-gradient(rgba(0,
0,
0,
0.5), rgba(0,
0,
0,
0.1)), url('https://wiki.geant.org/download/attachments/
618758348
121353819/3kbst.jpg');
background-color: #cccccc; width: 100%; height:370px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;">
">
      <div class="text"
style="text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white;"> <h1 style="color: white; font-weight: bold; margin-bottom:10px">KNOWLEDGE BASE FOR SOFTWARE TOOLS</h1>    <a
>
        <h1>KNOWLEDGE BASE for SOFTWARE TOOLS</h1>
        <a href="https://wiki.geant.org/display/GSD/Knowledge+Base
" style="background-color: white; display: inline-block; border: none; color: black; font-weight: bold; padding: 15px 32px; text-align: center; text-decoration: none; font-size: 16px; margin: 10px 2px; cursor: pointer; border-radius: 5px
">Learn more</a>
      </div>
</div>
    </div>
  </div>

<div></div>
  
<div 
style="display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around;"> <div style="position: relative; margin: 10px; flex: 1 1 auto; align-self: flex-start; min-width: 200px">
class="card">
    <div class="image" style="background-image: linear-gradient(rgba(0,
0,
0,
0.5), rgba(0,
0,
0,
0.1)), url('https://wiki.geant.org/download/attachments/
618758348
121353819/4sbp.jpg');
background-color: #cccccc; width: 100%; height:370px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;">
">
      <div class="text"
style="text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white;"> <h1 style="color: white; font-weight: bold; margin-bottom:10px">SOFTWARE BEST PRACTICES</h1>    <a
>
        <h1>SOFTWARE BEST PRACTICES</h1>
        <a href="https://wiki.geant.org/display/GSD/Catalogue+of+best+practices">Learn more</a>
      </div>
    </div>
  </div>

  <div class="card">
    <div class="image" style="background-
color: white; display: inline-block; border: none; color: black; font-weight: bold; padding: 15px 32px; text-align: center; text-decoration: none; font-size: 16px; margin: 10px 2px; cursor: pointer; border-radius: 5px
image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.1)), url('https://wiki.geant.org/download/attachments/121353819/5sc.jpg');">
      <div class="text">
        <h1>SOFTWARE CATALOGUE</h1>
        <a href="https://wiki.geant.org/display/GSD/Software+Catalogue">Learn more</a>
      </div>
    </div>
  </div>

  <div 
style
class=
"position: relative; margin: 10px; flex: 1 1 auto; align-self: flex-start; min-width: 200px">
"card">
    <div class="image" style="background-image: linear-gradient(rgba(0,
0,
0,
0.5), rgba(0,
0,
0,
0.1)), url('https://wiki.geant.org/download/attachments/
618758348
121353819/
5sc
6cr.jpg');
background-color: #cccccc; width: 100%; height:370px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;">
">
      <div class="text"
style="text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white;"> <h1 style="color: white; font-weight: bold; margin-bottom:10px">SOFTWARE CATALOGUE</h1>    <a
>
        <h1>SOFTWARE REVIEWS</h1>
        <a href="https://wiki.geant.org/display/GSD/Software+
Catalogue
Reviews">Learn more</a>
      </div>
    </div>
  </div>

  <div class="card">
    <div class="image" style="background-
color: white; display: inline-block; border: none; color: black; font-weight: bold; font-weight: bold; padding: 15px 32px; text-align: center; text-decoration: none; font-size: 16px; margin: 10px 2px; cursor: pointer; border-radius: 5px
image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.1)), url('https://wiki.geant.org/download/attachments/121353819/2c.jpg');">
      <div class="text">
        <h1>eACADEMY</h1>
        <a href="https://wiki.geant.org/spaces/GSD/pages/1190199459/Software+Governance+eAcademy">Learn more</a>
      </div>
    </div>
  </div>

  <div 
style
class="card"
position:
>
 
relative;
 
margin:
 
10px;
 
flex: 1 1 auto; align-self: flex-start; min-width: 200px">
<div class="image" style="background-image: linear-gradient(rgba(0,
0,
0,
0.5), rgba(0,
0,
0,
0.1)), url('https://wiki.geant.org/download/attachments/
618758194
121353819/
6cr
cert2.
jpg
png');
background-color: #cccccc; width: 100%; height:370px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;">
">
      <div class="text"
style="text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white;"> <h1 style="color: white; font-weight: bold; margin-bottom:10px">SOFTWARE REVIEWS</h1>    <a
>
        <h1>SOFTWARE CERTIFICATES</h1>
        <a href="https://wiki.geant.org/display/GSD/Software+Licensing+
Reviews
Certificates"
style="background-color: white; display: inline-block; border: none; color: black; font-weight: bold; padding: 15px 32px; text-align: center; text-decoration: none; font-size: 16px; margin: 10px 2px; cursor: pointer; border-radius: 5px">Learn more</a>
>Learn more</a>
      </div>
    </div>
  </div>

</div>


</
div>
body>
</
div>
html>