Skip to content
Snippets Groups Projects
Commit e873da65 authored by Azza Ahmed's avatar Azza Ahmed
Browse files

add DAIC logo

parent b2cd6f58
Branches
No related tags found
No related merge requests found
pre.chroma code.language-shell-session {
counter-reset: line;
}
/* Insert prompt before each line */
pre.chroma code.language-shell-session span:not(.ln)::before {
counter-increment: line;
content: "$ ";
color: gray;
user-select: none; /* Prevent prompt from being selected or copied */
}
/* Apply only to command lines, not output */
pre.chroma code.language-shell-session .output::before {
content: ""; /* No prompt for output lines */
}
/* Make the cover block transperant */
.daic-cover-box {
background-color: rgba(255, 255, 255, 0.85);
padding: 2rem;
border-radius: 12px;
display: inline-block;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
max-width: 900px;
margin: 0 auto;
}
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
version="1.1"
id="logo"
x="0px"
y="0px"
viewBox="0 0 27.000001 23.999998"
xml:space="preserve"
sodipodi:docname="logo.svg"
width="27"
height="24"
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><defs
id="defs27" /><sodipodi:namedview
id="namedview25"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
width="102.89001px"
height="60.280029px"
inkscape:zoom="5.25467"
inkscape:cx="29.021803"
inkscape:cy="24.359284"
inkscape:window-width="1920"
inkscape:window-height="995"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="g22" />
<style
type="text/css"
id="style2">
.st0{fill:none;}
</style>
<g
id="g22"
transform="translate(-72.964861,-182.16415)">
<rect
x="66.169998"
y="175.17"
class="st0"
width="124.37"
height="76.529999"
id="rect4" />
<path
d="m 89.093695,193.41093 c -1.473161,0.44928 -3.003421,0.0877 -2.992001,-1.80805 0,-2.89288 7.068887,-5.31458 8.050993,-7.8349 0.239818,-0.62459 0.262657,-1.15057 -0.0571,-1.12866 -0.228397,0.011 -0.04568,0.32874 -0.548153,0.79993 -2.923481,2.81618 -7.834016,2.80522 -11.602566,4.42698 -2.466687,1.06292 -9.706871,4.32837 -8.039574,11.61538 0.07994,0.35065 0.296916,1.50122 0.513893,1.50122 0.251237,0 0.251237,-0.69034 0.251237,-1.52314 -0.0571,-4.33933 5.29881,-5.5447 7.046047,-8.38279 0.205557,-0.33969 0.570992,-0.81089 0.650931,-0.59172 0.04568,0.10957 0.01142,0.26298 -0.0571,0.56981 -0.548153,2.33402 -3.083359,3.8243 -2.363909,5.4899 0.936428,2.15871 3.620092,0.54789 4.453742,-0.84376 0.216976,-0.38353 0.342594,-0.6246 0.491053,-0.58077 0.114199,0.0329 0.102779,0.47119 0.03426,0.86568 -0.445374,2.50935 -1.039206,3.91196 -2.957741,5.34744 -0.616671,0.46024 -1.575939,0.5479 -1.450321,0.89856 0.03426,0.0877 0.445375,0.0767 0.77655,0.0439 5.093253,-0.31778 9.352856,-6.07067 10.483422,-9.84018 0.114198,-0.263 0.148457,-0.51502 0.03426,-0.60269 -0.148459,-0.10957 -0.376855,0.14246 -0.605252,0.33969 -0.582413,0.50407 -1.381802,1.01909 -2.112672,1.23825 z"
id="path10"
style="stroke-width:1.11865" />
</g>
</svg>
content/en/DAIC_logo.png

10.3 KiB

......@@ -13,7 +13,12 @@ toc_root = true
<!----------------------------------------- Cover section ------------------------------->
{{< blocks/cover title="Welcome to DAIC: The Delft AI Cluster" height="min">}}
{{< blocks/cover title="" height="min">}}
<div class="daic-cover-box text-center" >
<img src="DAIC_logo.png" alt="DAIC Logo">
<p class="lead mt-5">
</p>
</div>
<div>
<!-- <a class="btn btn-lg btn-secondary mr-3 mb-4" href="{{< relref "/quickstart/" >}}">
Quickstart <i class="fas fa-arrow-alt-circle-right ml-2"></i>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment