-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwelcome.html
More file actions
103 lines (75 loc) · 2.16 KB
/
welcome.html
File metadata and controls
103 lines (75 loc) · 2.16 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
95
96
97
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Hello World</title>
<link href="https://fonts.googleapis.com/css2?family=Audiowide&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<a name id="top"></a>
</head>
<body>
<h1 class="fancy-header">Welcome to Veridian Dynamics!</h1>
<p>At Veridian Dynamics, <strong>we</strong> solve <em>your</em> problems with <em><strong>technology.</strong></em></p>
<hr>
<h2>Core Values</h2>
<ul class="a">
<li>Competence</li>
<li>Involvment</li>
<li>Technology</li>
</ul>
<h2>Our Process</h2>
<ol>
<li>Plan</li>
<li>Evaluate</li>
<li>Implement</li>
</ol>
<h2>2020 Vision</h2>
<ul class="b">
<li>Becoming #1 in the Technology</li>
<li>Increase Success by 20%</li>
<li>Increase Business by 30%</li>
</ul>
<hr>
<h2>Company Vision</h2>
<div>
<p>CSS Animation</p>
</div>
<div>
<img src="img/business-team-members-standing-over-260nw-1397307989.jpg" alt="Team members standing over">
<img src="img/global-business-concept-silhouette-people-260nw-785054566.jpg" alt="Global business" width="450"
height="240">
</div>
<div>
<img src="img/company-profile-presentation-tips.jpg" alt="People in a meeting" width="465" height="250">
<img src="img/Business-handshake.jpg" alt="Two people shaking hands" width="465" height="250">
</div>
<h2>Our Product</h2>
<table style="width: 50%">
<tr>
<th>Plan</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>
<h3><a href="#top">Go to the top of the page.</a></h3>
</body>
</html>