-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 2.02 KB
/
index.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
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<meta name="google" value="notranslate">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>CodePen - Ron's Portfolio</title>
<link rel='stylesheet prefetch' href='//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'>
<link rel='stylesheet prefetch' href='styles/main.css'>
</head>
<body>
<div ng-controller="mainCtrl as vm" class="app-container">
<main>
<section class="view">
<section class="word-cloud-container">
<word-cloud class="word-cloud" ng-class="{ start: vm.start }" word-cloud-config-default="{ 'keyword':'Passion', 'words':['dedication', 'accountability', 'creativity', 'instinct', 'devotion', 'inspiration', 'proficiency', 'resourcefulness', 'ingenuity', 'fearlessness', 'imagination', 'aptitude', 'enthusiasm', 'professionalism', 'humor', 'compassion', 'persistence', 'vision', 'anticipation', 'intuition', 'grit', 'heart', 'style'], 'topExample': { 'text': 'My mission in life is not merely to survive, but to thrive; and to do so with some passion, some compassion, some humor, and some style.', 'year': '2011', 'url': 'https://www.facebook.com/MayaAngelou/posts/10150251846629796', 'title': 'Maya Angelou' } }"
vm="vm"></word-cloud>
</section>
</section>
</main>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src='//ajax.googleapis.com/ajax/libs/angularjs/1.4.2/angular.min.js'></script>
<script src='//ajax.googleapis.com/ajax/libs/angularjs/1.4.2/angular-animate.min.js'></script>
<script src='//ajax.googleapis.com/ajax/libs/angularjs/1.4.2/angular-route.js'></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/gsap/1.18.0/TweenMax.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/angular-scroll/1.0.0/angular-scroll.min.js"></script>
<script src='scripts/main.js'></script>
</body>
</html>