You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

37 lines
1.5 KiB

<!DOCTYPE HTML>
<html>
<head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-wEmeIV1mKuiNpC+IOBjI7aAzPcEZeedi5yW5f2yOq55WWLwNGmvvx4Um1vskeMj0" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-p34f1UUtsS3wqzfto5wAAmdvj+osOnFyQFpp4Ua3gs/ZVWx6oOypYoCJhGGScy+8" crossorigin="anonymous"></script>
<title> Juni Kim </title>
</head>
<body>
<nav class="navbar navbar-expand-sm navbar-light bg-light">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="{{ url_for('index') }}"> Juni Kim </a>
</div>
<ul class="nav navbar-nav">
<li>
<button class="btn btn-primary m-2">
<a href="{{ url_for('achievements') }}" class="text-light">
Achievements
</a>
</button>
</li>
<li>
<button class="btn btn-primary m-2">
<a href="{{ url_for('school') }}" class="text-light">
School
</a>
</button>
</li>
</ul>
</div>
</nav>
{% block content %}
{% endblock %}
</body>
</html>