-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (86 loc) · 4.05 KB
/
index.html
File metadata and controls
94 lines (86 loc) · 4.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Rudra</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet">
<style>
@font-face {
font-family: 'Space Grotesk';
font-weight: 300;
src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj62UUsj.ttf) format('truetype');
}
@font-face {
font-family: 'Space Grotesk';
font-weight: 400;
src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsj.ttf) format('truetype');
}
@font-face {
font-family: 'Space Grotesk';
font-weight: 500;
src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7aUUsj.ttf) format('truetype');
}
@font-face {
font-family: 'Space Grotesk';
font-weight: 700;
src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj4PVksj.ttf) format('truetype');
}
* { font-family: 'Space Grotesk', sans-serif; margin: 0; padding: 0; box-sizing: border-box; }
body {
background-color: #fff5f2;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
padding: 80px 24px;
gap: 8px;
}
.card {
background-color: rgba(175, 185, 254, 0.72);
backdrop-filter: blur(8px);
border-radius: 24px;
padding: 20px 28px;
width: 100%;
max-width: 580px;
box-shadow: 0 2px 16px rgba(175, 185, 254, 0.25);
transition: box-shadow 0.2s ease;
}
.card:hover {
box-shadow: 0 4px 28px rgba(175, 185, 254, 0.45);
}
p {
font-size: 15.5px;
font-weight: 400;
line-height: 1.8;
color: #1c1c35;
letter-spacing: -0.015em;
}
</style>
</head>
<body>
<div class="card">
<p>I have work with you, Alex, as a team because I have gotten a capability that nobody else has in this world. Nobody can beat me in my skills. If anyone go one step ahead from me than, I am saying that after being underground for some period of time, I came up with the power to beat it. But only one problem is that I can't make fuel that is brain. lets Understand with the example: imagine you have to make a robot like Vision. I can make his body, his emotions, and how he reacts with a proper plan and structure, but I can't make the mind or that mind stone, but but but I know you, Alex; nobody can beat you on that. If we combine, the day is not far when we make something incredible or powerful. It's just like a jigsaw puzzle of vision, but I have half of the pieces of the puzzle, and you have the other half, and we are both masters of our puzzle part or skills. If we both combine, then that day the puzzle is solved.</p>
</div>
<div class="card">
<p>I am Rudra, a 14-year-old boy from India.</p>
</div>
<div class="card">
<p>Without wasting time on your website's styling, I would like to tell I know very well you will not believe until I give you proof. There is my <a href="https://github.com/rudtest6/vibe-coding-architecture.git" target="_blank" style="color: #1c1c35; font-weight: 500; text-decoration: underline; text-underline-offset: 3px;">GitHub gist</a> of the one of my project to making a vibe coding tool.</p>
</div>
<div class="card">
<p>Our goal is to make AGI that is powerful from ClawBot and like Jarvis (from the Iron Man film).</p>
</div>
<div class="card">
<p>My plan is to start working from the open-source project ClawBot, because I believe, why waste time on rebuilding the existing project, and why not we waste time to make something new/better?</p>
</div>
<div class="card">
<p>Is you are coming with me? 🤜🤛</p>
</div>
<div class="card">
<p>Email: testing626962@gmail.com</p>
</div>
</body>
</html>