-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdesign.php
More file actions
62 lines (62 loc) · 2.81 KB
/
design.php
File metadata and controls
62 lines (62 loc) · 2.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Konami design</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="design">
<div class="menu">
<ul>
<!--Creation of icons-->
<li><a href="index.php">HOME</a></li>
<li><a href="about.php">ABOUT</a></li>
<li><a href="design.php">DESIGN</a></li>
<li><a href="games.php">GAMES</a></li>
<li><a href="membership.php">MEMBERSHIP</a></li>
<li><a href="update.php">UPDATE</a></li>
<li><a href="signup.php">SIGNUP</a></li>
</ul>
</div>
<br>
<br>
<br>
<h1>Konami's Design: Revolutionizing Gaming with Innovation and Style</h1>
<div class="grid-container"></div>
<article class="featured">
<img src="main_page_1(1).png" alt="featured img">
<div>
<h2>Innovative game design</h2>
<p>Konami's design team harnesses the power of the latest technologies,including augmented reality (AR), virtual reality (VR), and artificial intelligence (AI),
to create groundbreaking gaming experiences. Our games are designed to push the boundaries of what's possible, offering players new ways to interact with and explore virtual worlds</p>
</div>
</article>
<article class="featured">
<img src="Efootball xbox.jpg" alt="article img">
<div>
<h3>User centric approach</h3>
<p>At Konami, players are at the core of our design process.
<br> We prioritize user feedback and continuously refine our games to meet the evolving needs and preferences of our diverse gaming community. Our user-centric approach ensures that every game we release is accessible, engaging, and enjoyable for players of all skill levels.</p>
</div>
</article>
<article class="featured">
<img src="Football.jpg" alt="article img">
<div>
<h4>Sustainability and Responsibility</h4>
<p>Konami is committed to sustainable and responsible design practices.
<br>We strive to minimize our environmental impact through energy-efficient processes and by supporting initiatives that promote digital and environmental literacy</p>
</div>
</article>
<article class="featured">
<img src="Efootball 2024.jpg" alt="article img">
<div>
<h5>A Legacy of Excellence</h5>
<p>For over five decades, Konami has been a trailblazer in the gaming industry, renowned for iconic franchises like Metal Gear, Silent Hill, and Pro Evolution Soccer.
<br>Our commitment to excellence is evident in every detail, from the intricate storylines and immersive environments to the meticulously crafted characters and dynamic gameplay mechanics.</p>
</div>
</article>
</div>
</body>
</html>