-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (80 loc) · 5.9 KB
/
index.html
File metadata and controls
80 lines (80 loc) · 5.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<meta name="description" content="Dragon Fire is a creative agency specialising in building websites, from simple to cutting edge, specifically for the entertainment industry."/>
<meta name="author" content="Dragon Fire Design Studio"/>
<title>Dragon Fire Studio</title>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://dragonfiredesignstudio.com/"/>
<meta property="og:title" content="Dragon Fire Studio"/>
<meta property="og:description" content="Dragon Fire is a creative agency specialising in building websites, from simple to cutting edge, specifically for the entertainment industry."/>
<meta property="og:image" content="https://dragonfiredesignstudio.com/assets/img/DF_Social_Card.png"/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image"/>
<meta property="twitter:url" content="https://dragonfiredesignstudio.com/"/>
<meta property="twitter:title" content="Dragon Fire Studio"/>
<meta property="twitter:description" content="Dragon Fire is a creative agency specialising in building websites, from simple to cutting edge, specifically for the entertainment industry."/>
<meta property="twitter:image" content="https://dragonfiredesignstudio.com/assets/img/DF_Social_Card.png"/>
<!-- Bootstrap core CSS -->
<link href="bootstrap_theme/bootstrap.css" rel="stylesheet" type="text/css"/>
<!-- Custom styles for this template -->
<link rel="stylesheet" href="blocks.css"/>
<link href="style.css" rel="stylesheet"/>
<link href="https://fonts.cdnfonts.com/css/dsiodrer" rel="stylesheet"/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/>
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/>
<link rel="manifest" href="/site.webmanifest"/>
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/>
<meta name="msapplication-TileColor" content="#da532c"/>
<meta name="theme-color" content="#ffffff"/>
</head>
<body class="bg-dark mb-1 mt-5">
<div class="container">
</div>
<section class="pb-3 pb-lg-5 text-white">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12 col-sm-12 col-xl-6 text-center">
<img src="assets/img/dragon%20fire%20studio%20banner.png" width="570" height="731" class="img-fluid" alt="dragon fire studio banner logo"/>
</div>
<div class="col-lg-6 col-md-12 col-sm-12 col-xl-6 ">
<h1 class="display-1 fs-1 mt-lg-0 pt-5 pt-lg-0 text-center text-lg-start text-primary">DRAGON FIRE STUDIO</h1>
<h2 class="fs-2 h2 pb-xl-5 pt-3 pt-xl-2 text-center text-lg-start text-md-center text-sm-center">DESIGN WITH <span class="text-primary">PERSONALITY</span></h2>
<p class="fs-4 fw-normal lead pb-lg-3 pb-xxl-5 pt-3 pt-lg-2 text-center text-lg-start text-md-center text-sm-center text-white">Dragon Fire is a creative agency that specialises in designing and building high quality websites and campaigns specifically for the entertainment industry.</p>
<p class="fs-5 fw-normal pb-lg-2 pb-xxl-5 pt-2 pt-lg-2 text-center text-lg-start text-md-center text-sm-center">We assist companies and individuals in <span class="text-primary">ALL </span>areas of entertainment to develop brands by creating visually stunning, functional modern websites that look perfect on any device.</p>
<p class="fs-5 fw-normal pb-lg-2 pb-xxl-5 pt-2 pt-lg-2 text-center text-lg-start text-md-center text-sm-center text-white"><a href="mailto:info@dragonfiredesignstudio.com" target="_blank" class="text-white">Send us an email</a> to <span class="text-primary">info@dragonfiredesignstudio.com</span> if you would like to talk with us about your project. We are excited to hear from you.</p>
<figure>
<blockquote class="blockquote">
<p class="fst-italic pb-lg-3 pt-3 pt-lg-3 pt-xl-5 text-center d-lg-none d-xl-block">"Design is not just what it looks like and feels like.
Design is how it works."</p>
</blockquote>
<figcaption class="blockquote-footer mb-5 text-center text-primary d-lg-none d-xl-block">Steve Jobs</figcaption>
</figure>
</div>
</div>
</div>
</section>
<footer>
<section class="pt-3 pt-lg-5 text-center">
<div class="container">
<div class="row">
<div class="col-md-12 pt-2 pt-lg-0">
<img src="assets/img/dragon%20fire%20studio%20footer%20logo.png" width="45" height="49" alt="dragon fire studio logo"/>
<p class="small text-white">Copyright Dragon Fire Design Studio 2022</p>
</div>
</div>
</div>
</section>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/popper.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>