-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (30 loc) · 1.92 KB
/
index.html
File metadata and controls
34 lines (30 loc) · 1.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Nail Art</title>
<link href="styles/styles.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
</head>
<body>
<title>You have reached Shaughn's hobby page</title>
<h1>Nail Art</h1>
<img src="images/nail-polish-drawing.jpg" alt="a drawing of a nail brush covered in polish" />
<p>So the visual arts call to you. You want to try painting. Putting yourself into conversation with Raphael and DiVinci and that lot. If you are going to give that a shot well than here’s one question first why paint on stretched out cotton cloths or church ceilings when god gave you 10 perfect canvases on which to paint your masterpiece. Yes I am talking about your <em >finger nails</em> and on this website I will show you some tricks to decorating those nails in a way that would make any old renaissance painter green with envy. Read on to see what in a few years I have accomplished and how you too can achieve similar mastery.
</p>
<p>Here is what you will need to begin your journey</p>
<ol>
<li> Nail polish (or Varnish if you're a UK/Ireland type)</li>
<li>Brushes (ideally those sized for nails)</li>
<li>Nail polish remover (only necessary after you've aquired the nail polish)</li>
<li>A creative spirit (look within yourself its already there)</li>
</ol>
<p>Imitation is the sinceirest form of flattery so I recomend you check out this inspiration linked bellow</p>
<a id ="insta" href=" https://instagram.com/camphor_caress?igshid=YmMyMTA2M2Y=">inspiration</a>
<p>When is the best time to get started with nail art well its</p>
<p id="date-time"> time display here</p>
<footer>there is no copyright steal this and sell it if you can</footer>
<script src="scripts/main.js"></script>
</body>
</html>