-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchip-model-info.php
More file actions
113 lines (109 loc) · 6.24 KB
/
Copy pathchip-model-info.php
File metadata and controls
113 lines (109 loc) · 6.24 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Chip Information</title>
<link rel="stylesheet" href="assets/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap">
<link rel="stylesheet" href="assets/fonts/ionicons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.6.1/css/pikaday.min.css">
</head>
<body>
<nav class="navbar navbar-dark navbar-expand-lg fixed-top bg-white portfolio-navbar gradient">
<div class="container"><a class="navbar-brand logo" href="index.php">ChipLand</a><button
data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navbarNav"><span
class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="index.php">Home</a></li>
<li class="nav-item"><a class="nav-link" href="c-appoint.php">Consumer</a></li>
<li class="nav-item"><a class="nav-link" href="p-publish.php">Plant Owner</a></li>
</ul>
</div>
</div>
</nav>
<main class="page projects-page">
<section class="portfolio-block projects-cards">
<div class="container">
<div class="heading">
<h2>Chip Model Information</h2>
</div>
<div class="row">
<div class="col-md-6 col-lg-4">
<div class="card border-0"><a href="#"><img class="card-img-top scale-on-hover"
src="images/index/i5.jpg" alt="Card Image"></a>
<div class="card-body">
<h6><a href="#">i5</a></h6>
<p class="text-muted card-text">
Featuring PCIe 5.0 and 4.0 support, DDR5 and DDR4 support,
unlocked 13th Gen Intel Core i5 desktop processors are optimized for gamers and
productivity and help deliver high performance. Compatible with Intel 700 Series and
Intel 600 Series Chipset based motherboards. 125W Processor Base Power.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card border-0"><a href="#"><img class="card-img-top scale-on-hover"
src="images/index/i7.jpg" alt="Card Image"></a>
<div class="card-body">
<h6><a href="#">i7</a></h6>
<p class="text-muted card-text">
Featuring Intel Turbo Boost Max Technology 3.0, and PCIe 5.0 and 4.0 support,
DDR5 and DDR4 support, unlocked 13th Gen Intel Core i7 desktop processors are
optimized for gamers and productivity and help deliver high performance. Compatible
with
Intel 700 Series and Intel 600 Series Chipset based motherboards. 125W Processor
Base Power.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card border-0"><a href="#"><img class="card-img-top scale-on-hover"
src="images/index/i9_1.jpg" alt="Card Image"></a>
<div class="card-body">
<h6><a href="#">i9</a></h6>
<p class="text-muted card-text">
Featuring Intel Adaptive Boost Technology, Intel Thermal Velocity Boost,
Intel Turbo Boost Max Technology 3.0, and PCIe 5.0 and 4.0 support, DDR5 and
DDR4 support, unlocked 13th Gen Intel Core i9 desktop processors are optimized for
enthusiast gamers and serious creators and help deliver high performance.
Compatible with Intel 700 Series and Intel 600 Series Chipset based motherboards.
125W Processor Base Power.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="page-footer">
<div class="container">
<span>// No product or component can be absolutely secure.
// Your costs and results may vary.
// See our complete legal Notices and Disclaimers.
// ChipLand is committed to respecting human rights and
avoiding complicity in human rights abuses.
See ChipLand's Global Human Rights Principles.
ChipLand's products and software are intended only to be
used in applications that do not cause or contribute to a
violation of an internationally recognized human right.
<br>
Copyright @ 2022</span><br>
</div>
</footer>
<script src="assets/bootstrap/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.6.1/pikaday.min.js"></script>
<script src="assets/js/theme.js"></script>
</body>
</html>
</div>
</footer>
<script src="assets/bootstrap/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.6.1/pikaday.min.js"></script>
<script src="assets/js/theme.js"></script>
</body>
</html>