-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
166 lines (155 loc) · 6.54 KB
/
Copy pathindex.html
File metadata and controls
166 lines (155 loc) · 6.54 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
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
166
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>cursor</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<div class="conatainer1">
<div class="image1">
<img src="./images/Cursor/Cursor_Icon_6.jpeg" alt="logo">
</div>
<div class="image2">
<img src="./images/Cursor/Cursor_Logo_1.png" alt="logo">
</div>
</div>
<div class="two">
<ul>
<li><a href="#">Product</a></li>
<li><a href="#">Enterprise</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Resources</a></li>
</ul>
</div>
<div class="three">
<ul>
<li><a href="#">Contact</a></li>
<li><a href="#" style="width: 20px; height: 5px; border: 1px solid black; padding: 4px 10px; border-radius: 20px;">Sign in</a></li>
<li><a href="#" style="width:20px; height:5px; color:#FFFFFF; padding:4px 10px; background:black; border-radius: 20px; font-weight: 100;">Download</a></li>
</ul>
</div>
</nav>
<main>
<div class="download_button">
<div>
<p >Built to make you extraordinarily productive,<br>Cursor is the best way to code with AI.</p>
<button> Download for windows </button>
</div>
<img src="/IMage1.png" alt="feature image">
</div>
<div class="part1">
<div>
<p>Trusted every day by teams that build world-class software</p>
</div>
<div class="logos">
<img src="/image/stripe-logo.svg" alt="stripe_logo"><img src="/image/ramp-logo.svg" alt="ramp_logo"><img src="/image/openai-logo.svg" alt="openai_logo"><img src="/image/nvidia-logo.svg" alt="nvidia_logo"><img src="/image/linear-logo.svg" alt="linear"><img src="/image/figma-logo.svg" alt="figma logo"><img src="/image/datadog-logo.svg" alt="datalog"><img src="/image/adobe-logo.svg" alt="adobe">
</div>
</div>
<div class="part2">
<div class="tillu">
<P>Agents turn ideas into code <br> Accelerate development by handing <br> off tasks to Cursor, while you focus on <br> making decisions.</P>
<a href="https://cursor.com/product">Learn about Agentic developemnet -></a>
</div>
<img src="/image/Image2.png" alt="second image">
</div>
<section class="testimonials">
<h1>The new way to build software.</h1>
<div class="cards">
<div class="card">
<p>
“It was night and day from one batch to another, adoption went from
single digits to over 80%. It just spread like wildfire, all the best
builders were using Cursor.”
</p>
<div class="author">
<img src="avatar1.jpg" alt="">
<div>
<strong>Diana Hu</strong><br>
<span>General Partner, Y Combinator</span>
</div>
</div>
</div>
<div class="card">
<p>
“My favorite enterprise AI service is Cursor. Every one of our
engineers, some 40,000, are now assisted by AI and our productivity
has gone up incredibly.”
</p>
<div class="author">
<img src="avatar2.jpg" alt="">
<div>
<strong>Jensen Huang</strong><br>
<span>President & CEO, NVIDIA</span>
</div>
</div>
</div>
<div class="card">
<p>
“The best LLM applications have an autonomy slider: you control how
much independence to give the AI.”
</p>
<div class="author">
<img src="avatar3.jpg" alt="">
<div>
<strong>Andrej Karpathy</strong><br>
<span>CEO, Eureka Labs</span>
</div>
</div>
</div>
</div>
</section>
<section class="last">
<h1>Try Cursor now</h1>
<button>Download for Windows</button>
</section>
</main>
<footer class="footer">
<div class="footer-grid">
<div class="footer-col">
<h4>Product</h4>
<a href="#">Agents</a>
<a href="#">Enterprise</a>
<a href="#">Code Review</a>
<a href="#">Tab</a>
<a href="#">CLI</a>
<a href="#">Cloud Agents</a>
<a href="#">Pricing</a>
</div>
<div class="footer-col">
<h4>Resources</h4>
<a href="#">Download</a>
<a href="#">Changelog</a>
<a href="#">Docs</a>
<a href="#">Forum</a>
<a href="#">Status</a>
</div>
<div class="footer-col">
<h4>Company</h4>
<a href="#">Careers</a>
<a href="#">Blog</a>
<a href="#">Community</a>
<a href="#">Students</a>
<a href="#">Brand</a>
<a href="#">Anysphere</a>
</div>
<div class="footer-col">
<h4>Legal</h4>
<a href="#">Terms of Service</a>
<a href="#">Privacy Policy</a>
<a href="#">Data Use</a>
<a href="#">Security</a>
</div>
<div class="footer-col">
<h4>Connect</h4>
<a href="#">X</a>
<a href="#">LinkedIn</a>
<a href="#">YouTube</a>
</div>
</div>
<div class="copyright">© 2024 Cursor Technologies. All rights reserved.</div>
</footer>
</body>
</html>