Skip to content

Instantly share code, notes, and snippets.

@bunlongheng
Created March 20, 2017 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bunlongheng/32969916f2d44ca327ba15e5b56ac0b1 to your computer and use it in GitHub Desktop.
Save bunlongheng/32969916f2d44ca327ba15e5b56ac0b1 to your computer and use it in GitHub Desktop.
Front End Master
<!doctype html>
<html>
<head>
@include('layouts.fe.meta')
@include('layouts.fe.links')
</head>
<body>
@include('layouts.fe.analyticstracking')
@include('layouts.fe.nav-bar')
@include('layouts.fe.signin')
@include('layouts.fe.welcome-sign')
@include('layouts.fe.profile')
@include('layouts.fe.skill')
@include('layouts.fe.education')
@include('layouts.fe.experience')
@include('layouts.fe.portfolio')
@include('layouts.fe.contact')
@include('layouts.fe.scripts')
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment