Commit be7b95fc1e3c7911a69db62f7bf0568aea513da7

Authored by hitier
1 parent 2b3ef82e

PDC-Farm index files

Showing 2 changed files with 196 additions and 0 deletions   Show diff stats
resources/farm-index.html 0 → 100644
... ... @@ -0,0 +1,95 @@
  1 +<!doctype html>
  2 +<html lang="fr">
  3 +<head>
  4 + <meta charset="utf-8">
  5 + <meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
  6 + <link href="pdc-ico.svg" rel="icon"/>
  7 + <link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
  8 + integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" rel="stylesheet">
  9 + <title> PDC Farm </title>
  10 + <style>
  11 +
  12 + /*
  13 + * Globals
  14 + */
  15 +
  16 + html,
  17 + body {
  18 + height: 100%;
  19 + /*background-color: #333;*/
  20 + }
  21 +
  22 + body {
  23 +
  24 + display: flex;
  25 + align-items: center;
  26 + background-color: #f5f5f5;
  27 + }
  28 +
  29 + .cover-container {
  30 + width: 100%;
  31 + max-width: 330px;
  32 + padding: 15px;
  33 + margin-top: 10em;
  34 + }
  35 +
  36 +
  37 + /*.cover {*/
  38 + /* padding: 0 1.5rem;*/
  39 + /*}*/
  40 +
  41 +
  42 + .cover .btn-lg {
  43 + padding: .75rem 1.25rem;
  44 + font-weight: 700;
  45 + }
  46 +
  47 + .btn-lg {
  48 + display: block;
  49 + width: 100%;
  50 + margin: 10px;
  51 + color: #fff;
  52 + background-color: #343a40;
  53 + border-color: #343a40;
  54 +
  55 + padding: .5rem 1rem;
  56 + font-size: 1.25rem;
  57 + line-height: 1.5;
  58 + border-radius: .3rem;
  59 + }
  60 +
  61 + /*
  62 + * Footer
  63 + */
  64 + /*.mastfoot {*/
  65 + /* color: rgba(255, 255, 255, .5);*/
  66 + /*}*/
  67 + </style>
  68 +</head>
  69 +<body class="text-center">
  70 +
  71 + <div class="cover-container d-flex h-100 p-3 mx-auto flex-column">
  72 +
  73 + <main class="inner cover" role="main">
  74 + <img class="mb-4" height="72" src="pdc-farm.svg" width="72">
  75 + <h1 class="h3 font-weight-normal my-5">Plan de Charge</h1>
  76 +
  77 + <p class="lead">
  78 + Place centrale de redirection vers les différents sites de la ferme d'applications sur le site de l'Irap.
  79 + </p>
  80 + <p class="lead">
  81 + <a class="btn btn-lg btn-secondary" href="https://plan-de-charges.irap.omp.eu/public/">Pour tous</a>
  82 + <a class="btn btn-lg btn-secondary" href="https://plan-de-charges.irap.omp.eu/irap/">Irap</a>
  83 + </p>
  84 + </main>
  85 +
  86 + <footer class="mt-5 mb-3 text-muted">
  87 + <p class="text-muted text-center">
  88 + Plan de Charge<br/>
  89 + © 2021 IRAP
  90 + </p>
  91 + </footer>
  92 +
  93 + </div>
  94 +</body>
  95 +</html>
0 96 \ No newline at end of file
... ...
resources/pdc-farm.svg 0 → 100644
... ... @@ -0,0 +1,101 @@
  1 +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2 +<!-- Created with Inkscape (http://www.inkscape.org/) -->
  3 +
  4 +<svg
  5 + xmlns:dc="http://purl.org/dc/elements/1.1/"
  6 + xmlns:cc="http://creativecommons.org/ns#"
  7 + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  8 + xmlns:svg="http://www.w3.org/2000/svg"
  9 + xmlns="http://www.w3.org/2000/svg"
  10 + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
  11 + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
  12 + width="620"
  13 + height="620"
  14 + viewBox="0 0 164.04166 164.04166"
  15 + version="1.1"
  16 + id="svg8"
  17 + inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
  18 + sodipodi:docname="pdc-farm.svg"
  19 + inkscape:export-filename="/home/rhitier/00DEV/pdc-web/app/static/img/pdc.png"
  20 + inkscape:export-xdpi="96"
  21 + inkscape:export-ydpi="96">
  22 + <defs
  23 + id="defs2" />
  24 + <sodipodi:namedview
  25 + id="base"
  26 + pagecolor="#ffffff"
  27 + bordercolor="#666666"
  28 + borderopacity="1.0"
  29 + inkscape:pageopacity="0.0"
  30 + inkscape:pageshadow="2"
  31 + inkscape:zoom="0.7"
  32 + inkscape:cx="266.06923"
  33 + inkscape:cy="292.4403"
  34 + inkscape:document-units="mm"
  35 + inkscape:current-layer="layer1"
  36 + showgrid="false"
  37 + inkscape:window-width="1595"
  38 + inkscape:window-height="893"
  39 + inkscape:window-x="192"
  40 + inkscape:window-y="103"
  41 + inkscape:window-maximized="0"
  42 + units="px"
  43 + fit-margin-top="0"
  44 + fit-margin-left="0"
  45 + fit-margin-right="0"
  46 + fit-margin-bottom="0" />
  47 + <metadata
  48 + id="metadata5">
  49 + <rdf:RDF>
  50 + <cc:Work
  51 + rdf:about="">
  52 + <dc:format>image/svg+xml</dc:format>
  53 + <dc:type
  54 + rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
  55 + <dc:title />
  56 + </cc:Work>
  57 + </rdf:RDF>
  58 + </metadata>
  59 + <g
  60 + inkscape:label="Layer 1"
  61 + inkscape:groupmode="layer"
  62 + id="layer1"
  63 + transform="translate(-35.439223,-79.805708)">
  64 + <g
  65 + id="g820"
  66 + transform="matrix(1.0412558,0,0,0.99961298,-6.221947,0.06279446)">
  67 + <rect
  68 + style="fill:#7f7f9f;fill-opacity:1;stroke:#ffffff;stroke-width:2.66268826;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
  69 + id="rect836"
  70 + width="151.87685"
  71 + height="156.32327"
  72 + x="43.024651"
  73 + y="83.286613"
  74 + ry="42.783207" />
  75 + </g>
  76 + <text
  77 + xml:space="preserve"
  78 + style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:65.38256836px;line-height:24.25;font-family:aakar;-inkscape-font-specification:'aakar Medium';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.62687314;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
  79 + x="45.287548"
  80 + y="165.87547"
  81 + id="text3721"
  82 + transform="scale(1.025263,0.97535948)"><tspan
  83 + sodipodi:role="line"
  84 + id="tspan3719"
  85 + x="45.287548"
  86 + y="165.87547"
  87 + style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:65.38256836px;line-height:24.25;font-family:FreeSans;-inkscape-font-specification:'FreeSans Semi-Bold';text-align:start;text-anchor:start;fill:#ffffff;stroke:#000000;stroke-width:0.62687314;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">PDC</tspan></text>
  88 + <text
  89 + xml:space="preserve"
  90 + style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-size:65.38256836px;line-height:24.25;font-family:aakar;-inkscape-font-specification:'aakar Medium';text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.62687314;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
  91 + x="45.876003"
  92 + y="214.90958"
  93 + id="text3721-3"
  94 + transform="scale(1.025263,0.97535947)"><tspan
  95 + sodipodi:role="line"
  96 + id="tspan3719-6"
  97 + x="45.876003"
  98 + y="214.90958"
  99 + style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:65.38256836px;line-height:24.25;font-family:FreeSans;-inkscape-font-specification:'FreeSans Semi-Bold';text-align:start;text-anchor:start;fill:#ffffff;stroke:#000000;stroke-width:0.62687314;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">farm</tspan></text>
  100 + </g>
  101 +</svg>
... ...