-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgaryvee.html
More file actions
118 lines (110 loc) · 4.11 KB
/
garyvee.html
File metadata and controls
118 lines (110 loc) · 4.11 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta name="author" content="" />
<title>Jason Nguyen</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<!-- Custom fonts for this template -->
<link
href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i"
rel="stylesheet"
/>
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" />
<!-- Custom styles for this template -->
<link href="css/resume.min.css" rel="stylesheet" />
</head>
<body id="page-top">
<nav
class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top"
id="sideNav"
>
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">Jason Nguyen</span>
<span class="d-none d-lg-block">
<img
class="img-fluid img-profile rounded-circle mx-auto mb-2"
src="img/profile.jpg"
alt=""
/>
</span>
</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#interests">Projects</a>
</li>
</ul>
</div>
</nav>
</body>
<div class="container-fluid p-0">
<section
class="resume-section p-3 p-lg-5 d-flex align-items-center"
id="education"
>
<div class="w-100">
<h2 class="mb-5">Gary Vaynerchuck Data Analysis</h2>
<div
class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5"
>
<div class="resume-content">
<h3 class="mb-0">An Introduction</h3>
<div>
If you are alive during this time period, there's a good chance
you are on a social media platform like Instagram, Snapchat or
Twitter. Each platform I just named has a very addictive user
journey. I often find myself scrolling aimlessly hours on end but
over time liking pictures, reading captions and taking in
information became a routine. I didn't need to give my full,
un-divided attention to my phone and often times I'm just going
through the motions. But there are a few times where I stop
scrolling and <strong>pay attention</strong> to what's on my
screen. Gary Vaynerchuck's Instagram posts make me do this and it
let me ask the question. What's Gary doing differently than other
influencers?
</div>
<br />
<br />
<h3 class="mb-0">The Process</h3>
<div>
After finishing some core CS classes and having programming
languages like Python and C++ under my belt, I decided it was time
to put them to use! I wanted to taking a data driven approach to
this problem. I wanted to discover what was happening under the
hood by finding connections and relationships in my data set. Was
there something he was doing that you can't see on the surface?
Was he using certain words? Was it his frequency of posting? Is
posting in the afternoon better than the morning? Maybe it was
none of the above!
</div>
<br />
<br />
<br />
</div>
</div>
</div>
</section>
</div>
</html>