-
Notifications
You must be signed in to change notification settings - Fork 0
/
GraphicCard.html
54 lines (47 loc) · 2.4 KB
/
GraphicCard.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="images/favicon.gif">
<title>Raytracing 101</title>
<link href="https://fonts.cdnfonts.com/css/myriad-pro" rel="stylesheet">
<style>
@import url('https://fonts.cdnfonts.com/css/myriad-pro');
</style>
</head>
<body>
<header>
<nav>
<div class="logo">
<a href="" class="logo">
<img src="images/gojo.jpg" alt="Logo" class="logo">
</a>
</div>
<a href="index.html"><button class="nav-button">Introduction</button></a>
<a href="OldvsNew.html"><button class="nav-button">Old vs New</button></a>
<a href="Games.html"><button class="nav-button">Supported Games</button></a>
<a href="DLSS.html" ><button class="nav-button">DLSS 3</button></a>
<a href="GraphicCard.html" style="border-bottom: .1em;border-bottom-style: solid;border-color: green;"><button class="nav-button">Graphic Cards</button></a>
</nav>
</header>
<div class="div1 padding-3">
<div class="text-and image padding-3">
<h1>Warum Sie eine NVIDIA-Grafikkarte kaufen sollten: Spitzenleistung und beeindruckende Technologie</h1>
<br>
<img src="images/RTX graphicscard.jpg" alt="Image of an RTX 4070">
<br>
<p>
NVIDIA ist ein Branchenführer in der Welt der Grafikkarten und bietet Spitzenleistung sowie beeindruckende Technologien. Mit innovativen Funktionen wie Raytracing und DLSS setzt NVIDIA neue Maßstäbe im Gaming und ermöglicht eine realistischere Grafik. Zusätzlich unterstützt NVIDIA Kreativarbeit mit hoher Leistung und Stabilität. Die breite Modellauswahl und kontinuierliche Innovation machen NVIDIA zur idealen Wahl für Gamer, Profis und Entwickler. Investieren Sie in eine NVIDIA-Grafikkarte und erleben Sie Gaming und kreative Projekte auf einem neuen Level.
</p>
<br>
<a href="https://store.nvidia.com/de-de/geforce/store/?page=1&limit=9&locale=de-de">
<button class="button_examples">Buy now</button>
</a>
</div>
</div>
<script src="javascript/GraphicCard.js"></script>
<script src="javascript/general.js"></script>
</body>
</html>