initial: basic colors, boxes, and block formatting
This commit is contained in:
23
index.html
Normal file
23
index.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>CV</title>
|
||||
<link rel="stylesheet" href="main.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="left-panel"></div>
|
||||
<div id="right-panel">
|
||||
<h1>David Madl MSc</h1>
|
||||
<h2>Roles</h2>
|
||||
<!--
|
||||
<div class="block">
|
||||
<p>Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout</p>
|
||||
</div>
|
||||
-->
|
||||
<div class="block">
|
||||
<h3><span class="t">Performance Engineer, triscon IT-Services GmbH</span> <span></span class="d">(2023⁠–⁠2025)</span></h3>
|
||||
<p>Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user