-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscratch.html
More file actions
70 lines (63 loc) · 4.76 KB
/
scratch.html
File metadata and controls
70 lines (63 loc) · 4.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>This is Dominic Fike</title>
<link rel="stylesheet" href="css/customStyles.css">
</head>
<body>
<div class="nav-links">
<a href="index.html">Home</a> |
<a href="resume.html">Resume</a> |
<a href="#">Scratch</a> |
<a href="game.html">Game</a>
</div>
<div class="header">
<h1>This is <span class="underline">Dominic Fike</span></h1>
<h2><a href="#family">Go to Family Information</a></h2>
</div>
<div class="biography">
<h3>
Dominic Fike, born on December 30, 1995, in Naples, Florida, is a multifaceted musician known for blending
genres such as indie rock, hip-hop, and R&B. Growing up, Fike faced a tumultuous childhood with his mother
frequently incarcerated, leading him to spend time in relatives' or friends' homes. Music became a central part
of his life early on, as he learned guitar at age 10 and experimented with creating tracks on GarageBand with
his siblings. Fike gained initial fame by uploading songs to SoundCloud, which eventually attracted the
attention of major record labels.
<br><br>
In 2018, while under house arrest, Fike recorded the EP Don't Forget About Me, Demos. Despite legal troubles,
including a jail stint for violating his house arrest, his music caught the industry's attention, leading to a
$4 million deal with Columbia Records. His breakout single, 3 Nights, achieved global acclaim, placing him on
Spotify playlists and earning high praise from outlets like Billboard and Rolling Stone. Beyond his music, Fike
has collaborated with artists such as BROCKHAMPTON, Kenny Beats, and Halsey. He also expanded into acting,
appearing in HBO's Euphoria as the character Elliot. Today, Fike's artistic versatility and personal journey
continue to resonate with fans worldwide.
</h3>
<img src="assets/maxresdefault.jpg" alt='Youtube Cover of This is "Dominic Fike"'>
<br><a href="https://www.youtube.com/watch?v=sMYcubNOrPs" target="_blank">This is Dominic Fike</a>
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/e-P5IFTqB98?si=dHfI-LtO_Z1mjzIJ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div>
<h3>Here are the members in his family, first the parents, then the kids.</h3>
<ul id="family">
<li>
<ol>
<li>David Mills</li>
<li>Jessica Fike</li>
</ol>
</li>
<br>
<li>
<ol>
<li>Dominic</li>
<li>Alex</li>
<li>Apple</li>
</ol>
</li>
</ul>
</div>
</body>
<div class='tableauPlaceholder' id='viz1734135027095' style='position: relative'><noscript><a href='#'><img alt='DASHBOARD ' src='https://public.tableau.com/static/images/Da/DataforaCause-GlobalPeaceScores/DASHBOARD/1_rss.png' style='border: none' /></a></noscript><object class='tableauViz' style='display:none;'><param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' /> <param name='embed_code_version' value='3' /> <param name='path' value='views/DataforaCause-GlobalPeaceScores/DASHBOARD?:language=en-US&:embed=true&:sid=&:redirect=auth' /> <param name='toolbar' value='yes' /><param name='static_image' value='https://public.tableau.com/static/images/Da/DataforaCause-GlobalPeaceScores/DASHBOARD/1.png' /> <param name='animate_transition' value='yes' /><param name='display_static_image' value='yes' /><param name='display_spinner' value='yes' /><param name='display_overlay' value='yes' /><param name='display_count' value='yes' /><param name='language' value='en-US' /></object></div> <script type='text/javascript'> var divElement = document.getElementById('viz1734135027095'); var vizElement = divElement.getElementsByTagName('object')[0]; vizElement.style.width='1150px';vizElement.style.height='2027px'; var scriptElement = document.createElement('script'); scriptElement.src = 'https://public.tableau.com/javascripts/api/viz_v1.js'; vizElement.parentNode.insertBefore(scriptElement, vizElement); </script>
</html>