-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (58 loc) · 3.2 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
<head>
<title>
Visual Studio Code - Code Editing Redefined
</title>
<link rel="stylesheet" href="./index.css"/>
<link rel="icon" href="https://code.visualstudio.com/favicon.ico" />
</head>
<body>
<div class="navContainer">
<a class="logo">
<img src="https://code.visualstudio.com/favicon.ico" width="25" height="25" style="background-color: black;"/>
<span id="logoText">Visual Studio Code</span>
</a>
<a class="anchorDetail" href="/">Docs</a>
<a class="anchorDetail" href="/">Updates</a>
<a class="anchorDetail" href="/">Blogs</a>
<a class="anchorDetail" href="/">API</a>
<a class="anchorDetail" href="/">Extensions</a>
<a class="anchorDetail" href="/">FAQ</a>
<a class="anchorDetail" href="/">GitHub Copilot</a>
<div class="searchBox">
<img src="https://code.visualstudio.com/assets/icons/theme-light.svg" style="width: 20; cursor: pointer;"/>
<input type="text" placeholder="Search Docs" style="height: 31.6; width: 200; margin-left: 9; border-radius: 5px; background-color: #0e0e0e; border:whitesmoke; "/>
<button style="width: 106.01; height: 32; border-radius: 5px; border: none; background-color: #0078d4; margin-left: 9; cursor: pointer; color: #ffffff; font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;">Download</button>
</div>
</div>
<br/>
<br/>
<br/>
<div class="updateLine">
<p>
<a href="https://code.visualstudio.com/updates/v1_95" style="color: #4daafc;">Version 1.95</a>
is now available! Read about the new features and fixes from October.
</p>
</div>
<div class="detailSection">
<h1 id="bigText">Code faster with AI</h1>
<div style="display: flex; justify-content: center;">
<p class="mainText" style="width: 720; height: 78;">
Visual Studio Code with GitHub Copilot supercharges your code with AI-powered suggestions, right in your editor.
</p>
</div>
<div class="buttonLine">
<button style="width: 233.94; height: 47.31; border-radius: 6px; border: none; background-color: #0078d4; font-size: 18; color: #ffffff; font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; cursor: pointer;">Download for Windows</button>
<button style="width: 194.28; height: 47.31; border-radius: 6px; margin-left: 10; background-color: #0e0e0e; border: none; font-size: 18; font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; color: #ffffff; cursor: pointer;">Try GitHub Copilot</button>
</div>
<p class="smallLines">
<a id="smallLinesDetail" href="">Web</a>,
<a id="smallLinesDetail" href="">Insiders edition</a>, or
<a id="smallLinesDetail" href="" style="margin-left: 5;">other platforms</a>
</p>
</div>
<br/>
<br/>
<div style="display: flex; justify-content: center;">
<img id="bigImage" src="https://code.visualstudio.com/assets/home/home-screenshot-copilot.png" />
</div>
</body>