-
Notifications
You must be signed in to change notification settings - Fork 1
/
paintings.html
98 lines (89 loc) · 5.83 KB
/
paintings.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
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
<!DOCTYPE html>
<Html>
<Head>
<title>Paintings</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="public/styles/styles.css">
</Head>
<div class="header">
<a href="homepage.html">
<img src="public/images/Exxtra_Ranch_Logo.png"
width="250" height="98">
</a>
<div class="navbar">
<ul>
<li><a href="characters.html">Characters</a></li>
<li><a href="paintings.html">Paintings</a></li>
<li><a href="murals.html">Murals</a></li>
<li><a href="customapparel.html">Custom Apparel</a></li>
<li><a href="shop.html">Shop</a></li>
</ul>
</div>
</div>
<body>
<div class="paintings-topic"><h1>Paintings</h1></div>
<div class="nameandmedium">
<h4>Rising to The Top: <em> Long Beach CA 2019</em></h4>
<h5><em>Mixed Media</em></h5>
</div>
<img src="public/images/marc.jpg">
<p class="paintings-p">Little backstory on this guy, I went over to my buddy's house to watch
the fights and I saw he had a bunch of spray paint in the barn/shed,
and I asked if he would let me paint a little somethin somethin. He said run it!
Next thing you know buddy's out here for like 30 min getting Bob Ross and this
is the outcome! It's still there to this day!
</p>
<div class="nameandmedium">
<h4>Custom Mind Meetings: <em>Anaheim CA 2020</em></h4>
<h5><em>Mixed Media</em></h5>
</div>
<img src="public/images/mind-meetings.jpg">
<p class="paintings-p">This is my favorite custom painting that I have done. One of my
good friends started a podcast (<a href="https://www.instagram.com/mindmeetings/" target="_blank">@mindmeetings</a>) and asked for a painting that would hang
on the wall of his studio. I got back the guidelines and the idea of what he wanted, a month of painting
and a lot of color and here's the magic! When I was doing the painting I was worried it would
be a little too busy, so I put some white and some outlines, and it came out better than I could imagine!
Thank you again (<a href="https://www.instagram.com/zacharyxbrown/" target="_blank">@Zacharyxbrown</a>) for the opportunity!
</p>
<div class="nameandmedium">
<h4>Custom Exxtra Ranch Supply Company: <em>Anaheim CA 2021</em></h4>
<h5><em>Acrylic</em></h5>
</div>
<img src="public/images/exxtraranch.jpg">
<p class="paintings-p">I started an surf/skate apparel company (<a href="https://www.instagram.com/exxtra.ranch/">@exxtra.ranch</a>) that takes my crazy art and turns it into
awesome T-shirts! I had three BIG canvases just sitting in my art studio. I put them together and made this awesome painting. It took about 3 weeks and I love it!
It's the main painting in my room right now!
</p>
<div class="nameandmedium">
<h4>Squad up: <em>Anaheim CA 2020</em></h4>
<h5><em>Mixed Media</em></h5>
</div>
<img src="public/images/matt.jpg">
<p class="paintings-p">I moved into a house with my buddy, and we had to find a roommate to fill one of the rooms.
We found this dude Matt, and he ended up being super chill and one of the boys! He is really into street
art, so he liked my painting style. He had an open spot on his wall and I asked if I can paint something for him.
He let me and this is the final product, ended up coming out super sick! Keep an eye out for some future tee's
with some of these characters on them!
</p>
<div class="nameandmedium">
<h4>Palm Springs Get Away: <em>Palm Springs CA 2021</em></h4>
<h5><em>Mixed Media</em></h5>
</div>
<img src="public/images/frankk.jpg">
<p class="paintings-p"> Frank reached out to me when he was redoing his Palm Springs home. He wanted a painting that will
be right next to the kitchen and above his poker table. He wanted very specific design and wanted to make sure the colors
were right and that it included all the bells and whistles to make sure this painting will fit correctly with the style of
his home. Frank wanted fun and happy vibes, Palm Springs related, poker, palm trees, and included his Porsche. I drove it over to
him after about 2 months, and he absolutely loved it! I'm so thankful to have had the opportunity to create this piece!
</p>
<div class="nameandmedium">
<h4>Alv-ero: <em>Anaheim CA 2020</em></h4>
<h5><em>Mixed Media</em></h5>
</div>
<img src="public/images/alv.jpg">
<p class="paintings-p"> My boiii Aldo moved in with the boys and wanted a painting for his room. He wanted abstract faces and beach themed
but in my style and let me pretty much go bonkers with this one. I had a blast making this and low-key want it for my room lol. Its a MASSIVE
painting and it covers the whole wall above his bed. Little more simple than some of my others ones and I love it!
</p>
</body>
</Html>