cv added
This commit is contained in:
parent
4e7d37a23a
commit
6f7f567f8e
BIN
web/assets/pdf/cv.pdf
Normal file
BIN
web/assets/pdf/cv.pdf
Normal file
Binary file not shown.
@ -22,15 +22,6 @@ func Navbar() g.Node {
|
||||
b.NavbarAHref("/", "Home"),
|
||||
b.NavbarAHref("/about", "Wie ben ik"),
|
||||
b.NavbarAHref("/projects", "projecten"),
|
||||
b.NavbarDropdown(
|
||||
"placeholder",
|
||||
b.Hoverable,
|
||||
b.NavbarAHref("#1", "item 1"),
|
||||
b.NavbarAHref("#2", "item 2"),
|
||||
b.NavbarAHref("#3", "item 3"),
|
||||
b.NavbarDivider(),
|
||||
b.NavbarAHref("#4", "divided item"),
|
||||
),
|
||||
),
|
||||
b.NavbarEnd(
|
||||
b.NavbarItem(
|
||||
|
||||
@ -17,5 +17,10 @@ func AboutPageHandler(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
func createAboutBody(w http.ResponseWriter, r *http.Request) g.Node {
|
||||
|
||||
return Body()
|
||||
return Body(
|
||||
IFrame(
|
||||
Src("/assets/pdf/cv.pdf"),
|
||||
Class("h-screen w-screen"),
|
||||
),
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user