Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
math-pixel authored Nov 1, 2021
1 parent 6065f34 commit 366230c
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
20 changes: 20 additions & 0 deletions program_page.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
@font-face{
font-family: 'japon';
src:url('font-japon/Axis_Extrabold.otf') format('truetype');
}

body{
background-color: #282828;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
color:white;
font-family: japon;
align-content: space-around;
}

.title{
text-shadow: 2px 2px 4px black;
text-align: center;
font-size: 30px;
}
27 changes: 27 additions & 0 deletions program_page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<html>
<head>
<title>CV</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="program_page.css" />
<link rel="icon" href="./image/sphere_100px.png">
</head>
<body>
<div>
<h1 class="title">Programme</h1>
</div>
<div class="page">
<div class="content">
<div class="name">

</div>
<div class="image">

</div>
<div class="description">

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

0 comments on commit 366230c

Please sign in to comment.