-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
165 lines (125 loc) · 5.19 KB
/
index.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image" href="ms-icon-310x310.png"/>
<head>
</head>
<body>
<div class="navbar">
<ul>
<li><a class="active" href="#home">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#products">Products</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
<div class="container-class">
<img src="ms-icon-310x310.png" align="right" alt="">
<div class="header-image">
<div class="header-text">
<h1 style="font-size:40px" align="center">Mythicon Co.®</h1>
<p>A Collection of the Best Toy Robots</p>
<a href="#products" class="button">SHOP NOW </a>
</div>
</div><br><br><br><br>
<!-- About Us -->
<div class="about" id="about">
<h1>A BIT ABOUT US</h1>
<p> Mythicon Co. is a growing company which creates technology- based toys with the
aim of teaching kids to code while bringing fun to their playtime. By taking the form of mythical
creatures such as Unicorns, Dragons etc., the Mythicon robot® toy allows kids to control their
robot’s movements, lights & sounds by entering different codes through the “Mythicode” app.
(Can download the app on compatible smart phones & tablets for free).Designed using colorful LED lights, sensors & sounds, these toys offer a variety of fun coding challenges, improving their programming skills.</p>
</div>
<div class="about1" id="about">
<h1>The Mythicon Pegasus™.</h1>
<p> This time, the toy robot takes form of the magical creature Pegasus and will also be introduced with
different color sets & sizes. Mythicon Pegasus can also be controlled with the Mythicode app
allowing kids to learn and play through fun coding challenges & special missions..</p>
<a href="#products" class="button">SHOP NOW </a>
</div>
<br><br><br><br><br>
<h2 align="center">LATEST PRODUCTS</h2>
<div id="products">
<div class="responsive">
<div class="gallery">
<img src="unicorn.jpg" alt="Cinque Terre" width="600" height="400">
</a>
<div class="desc"></div>
<div class="card">
<h1>Mythicon Unicorn</h1>
<p class="price">$19.99</p>
<p>Some text about the jeans. Super slim and comfy lorem ipsum lorem jeansum. Lorem jeamsun denim lorem jeansum.</p>
<p><button>Add to Cart</button></p>
</div>
</div>
</div>
<div class="responsive">
<div class="gallery">
<img src="dragon2.jpg" width="600" height="400">
</a>
<div class="desc"></div>
<div class="card">
<h1>Mythicon Unicorn</h1>
<p class="price">$19.99</p>
<p>Some text about the jeans. Super slim and comfy lorem ipsum lorem jeansum. Lorem jeamsun denim lorem jeansum.</p>
<p><button>Add to Cart</button></p>
</div>
</div>
</div>
<div class="responsive">
<div class="gallery">
<img src="ms-icon-310x310.png" width="600" height="400">
</a>
<div class="desc"></div>
<div class="card">
<h1>Tailored Jeans</h1>
<p class="price">$19.99</p>
<p>Some text about the jeans. Super slim and comfy lorem ipsum lorem jeansum. Lorem jeamsun denim lorem jeansum.</p>
<p><button>Add to Cart</button></p>
</div>
</div>
</div>
<div class="responsive">
<div class="gallery">
<img src="ms-icon-310x310.png" alt="Mountains" width="600" height="400">
</a>
<div class="desc"></div>
<div class="card">
<h1>Tailored Jeans</h1>
<p class="price">$19.99</p>
<p>Some text about the jeans. Super slim and comfy lorem ipsum lorem jeansum. Lorem jeamsun denim lorem jeansum.</p>
<p><button>Add to Cart</button></p>
</div>
</div>
</div>
<div class="row" id="contact">
<div class="column">
<h2 class="container" id="contact" align="center">Contact Us</h2>
<img src="ms-icon-310x310.png" style="width:100%">
</div>
<div class="column" id="contact">
<form action>
<label for="fname">First Name</label>
<input type="text" id="fname" name="firstname" placeholder="Your name..">
<label for="lname">Last Name</label>
<input type="text" id="lname" name="lastname" placeholder="Your last name..">
<label for="country">Country</label>
<select id="country" name="country">
<option value="sri Lanka">Sri Lanka</option>
<option value="canada">Canada</option>
<option value="Australia">Australia</option>
<option value="usa">USA</option>
</select>
<label for="subject">Subject</label>
<textarea id="subject" name="subject" placeholder="Write something.." style="height:170px"></textarea>
<input type="submit" value="Submit">
</form>
</div>
</div>
</div>
</section>
<footer class="footer">
<a href="index.html"=footer__link">© 2020 Mythicon Co. | All rights reserved.</a>
</footer>
</body>
</html>