-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwelcome.html
More file actions
94 lines (79 loc) · 2.19 KB
/
welcome.html
File metadata and controls
94 lines (79 loc) · 2.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello World</title>
<link rel="stylesheet" href="../css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script&family=Tilla:wght@700&display=swap" rel="stylesheet">
</head>
<body>
<div id="container">
<section class="article">
<h1 class="fancy-header extra-large ">Welcome to Meridian Dynamics!</h1>
<p></p><h3 class="style fancy-header">At Meridian Dynamics, <strong>we</strong> solve <em>your</em> problems with <strong><em>technology</em>.</strong>
</h3>
<hr>
<strong>Core Values</strong>
<ul>
<li>Competence</li>
<li>Involvement</li>
<li>Technology</li>
</ul>
<strong>Our Process</strong>
<ol>
<li>Plan</li>
<li>Evaluate</li>
<li>Implement</li>
</ol>
<strong>2020 Vision</strong>
<ul>
<li>Become #1 in Technology</li>
<li>Increase Success by 20%</li>
<li>Increase Business by 30%</li>
</ul>
<hr>
<p><strong>Company Vision </strong></p>
<table>
<tr>
<td><img src="https://images.pexels.com/photos/16554995/pexels-photo-16554995.jpeg" width="275" height="250" alt=""></td>
<td><img src="https://images.pexels.com/photos/40192/woman-happiness-sunrise-silhouette-40192.jpeg" width="300"
height="220" alt=""></td>
</tr>
</table>
<table>
<tr>
<td><img src="https://images.pexels.com/photos/269583/pexels-photo-269583.jpeg" width="275" height="250" alt=""></td>
<td><img src="https://images.pexels.com/photos/2678468/pexels-photo-2678468.jpeg" width="300"
height="250" alt=""></td>
</tr>
</table>
<table><strong>Our Product</strong></table>
<br> <br/>
<table>
<tr>
<th><strong>Plan</strong></th>
<th>Price</th>
<th>Features</th>
</tr>
<tr>
<td>Starter</td>
<td>$99</td>
<td>Base Technology</td>
</tr>
<tr>
<td>Advanced</td>
<td>$199</td>
<td>Additional Features</td>
</tr>
<tr>
<td>Premium</td>
<td>$499</td>
<td>Unlimited Support </td>
</tr>
</table>
<p><em>All products come with our quality guarantee</em><p></p>
<strong><a href="#top">Go to the top of the page</a> </strong>
</body>
</html>