add experience
This commit is contained in:
23
views/experience.html
Normal file
23
views/experience.html
Normal file
@@ -0,0 +1,23 @@
|
||||
{{ block "experience" . }}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>My CV Website</title>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<script src="https://unpkg.com/htmx.org@1.9.2"></script>
|
||||
<link rel="stylesheet" href="/css/index.css" />
|
||||
</head>
|
||||
|
||||
<body class="bg-gray-50 text-gray-900 flex flex-col min-h-screen">
|
||||
<!-- Header Section -->
|
||||
{{ template "header" }}
|
||||
<!-- Projects Section -->
|
||||
<div id="content" class="flex-grow">{{ template "experience-partial" .}}</div>
|
||||
<!-- Footer Section -->
|
||||
{{ template "footer" }}
|
||||
</body>
|
||||
{{ template "script" }}
|
||||
</html>
|
||||
{{ end}}
|
||||
Reference in New Issue
Block a user