Compare commits
2 Commits
9aaab7046f
...
d927f4eaa3
| Author | SHA1 | Date | |
|---|---|---|---|
| d927f4eaa3 | |||
| 7598c443b1 |
@@ -53,8 +53,7 @@ export class App {
|
||||
|
||||
this.router.onChange((route) => this.applyRoute(route))
|
||||
const initial = this.router.start()
|
||||
this.scene = initial.scene
|
||||
this.overlay.setScene(this.scene)
|
||||
this.applyRoute(initial)
|
||||
this.router.replace(Router.sceneToBasePath(this.scene))
|
||||
|
||||
this.resize()
|
||||
|
||||
@@ -29,8 +29,7 @@ export interface ResumeData {
|
||||
export const RESUME: ResumeData = {
|
||||
name: 'Ahmed Mohamed',
|
||||
contact: [
|
||||
{ label: '(+49) 15202103583' },
|
||||
{ label: 'ed.mohamed@tum.de', href: 'mailto:ed.mohamed@tum.de' },
|
||||
{ label: 'ed.mohamed@tum.de', href: 'mailto:ineditedofficial@gmail.com' },
|
||||
{ label: 'linkedin.com/in/inedited/', href: 'https://linkedin.com/in/inedited/' },
|
||||
{ label: 'github.com/inedited', href: 'https://github.com/inedited' },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user