forked from mgobinath30/Portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
39 lines (30 loc) · 952 Bytes
/
home.html
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
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<title>Suraya Shivji</title>
<meta charset="utf-8">
<meta http-equiv="Cache-control" content="public">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/styles.css">
<link rel="stylesheet" href="./css/gulf.css">
</head>
<body class="">
<div class="container-fluid" id="container" ng-app="app" ng-controller="ctrl" ng-class="animation">
<!-- Header Part Start-->
<div class="container">
<header>
<div class="logo animated bounceInDown">
<a href="./index.html" class="black-circle">S&R</a>
</div>
</header>
</div>
<!-- Header Part End-->
<!-- View Part Start -->
<div ng-view class="container reveal-animation view" autoscroll="true">
</div>
<!-- View Part End-->
</div>
<script src="./js/gulf.js"></script>
<script src="./js/app.js"></script>
</body>
</html>