summaryrefslogtreecommitdiff
path: root/src/web/_views/header.php
blob: 90a31ea89ee23e29a215c1d73e05eff4f08f1f0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php /* Copyright (c) 2024 Freya Murphy */ ?>
<?php
	$this->view('head', $data);
?>
</head>
<body>
<?=ie('<center>')?>
<div class="center">
	<div id="header" role="banner" aria-label="banner">
		<?=image('img/headerLogo', 'alt_website_logo', size: '200')?>
		<div class="content">
			<h1 class="logo-text">
				<?=lang('first_name')?>
			</h1>
			<div role="navigation">
				<ul id="nav">
					<li class="ie-nav">
					<?=ilang('action_home',
						href: $this->get_url('home'),
						container: 'h2'
					)?></li>
					<li><?=ilang('action_projects',
						href: $this->get_url('projects'),
						container: 'h2'
					)?></li>
					<li><?=ilang('action_blog',
						href: $this->get_url('blog'),
						container: 'h2'
					)?></li>
				</ul>
			</div>
		</div>
	</div>
	<div id="main" role="main" aria-label="main">
		<div id="container">