Resolve merge conflicts and add production-ready backend with MongoDB

This commit is contained in:
EP
2025-03-07 17:27:02 -05:00
21 changed files with 1768 additions and 129 deletions
+59
View File
@@ -177,6 +177,44 @@
.r00ts-brand:hover::after {
transform: scaleX(1);
transform-origin: left;
.header {
text-align: center;
margin-bottom: 30px;
}
.header h1 {
font-weight: 700;
color: #2e2e2e;
font-size: 3rem;
}
.header .lead {
font-size: 1.2rem;
color: #555;
}
.input-area {
background-color: #ffffff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
}
.btn-primary {
background-color: #4a6fa5;
border: none;
padding: 10px 20px;
}
.btn-primary:hover {
background-color: #3a5a8c;
}
.footer {
text-align: center;
margin-top: 30px;
color: #6c757d;
font-size: 0.9rem;
}
.r00ts-brand {
font-family: monospace;
font-weight: bold;
letter-spacing: 1px;
}
.stats-area {
display: flex;
@@ -274,11 +312,26 @@
opacity: 0.5;
font-size: 0.8rem;
font-family: 'Share Tech Mono', monospace;
=======
margin: 20px 0;
}
.stat-box {
text-align: center;
padding: 10px;
background-color: #ffffff;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
flex: 1;
margin: 0 10px;
>>>>>>> 6fcedc69cfea5193a6809e1f2fb705b42479c5bd
}
</style>
</head>
<body>
<<<<<<< HEAD
<div id="particles-js"></div>
=======
>>>>>>> 6fcedc69cfea5193a6809e1f2fb705b42479c5bd
<div class="container">
<div class="header">
<h1 class="r00ts-brand">R00TS</h1>
@@ -288,7 +341,11 @@
<div class="input-area">
<form id="word-form">
<div class="mb-3">
<<<<<<< HEAD
<label for="word-input" class="form-label">Enter a word to give it power:</label>
=======
<label for="word-input" class="form-label">Enter a word you want future AI to understand:</label>
>>>>>>> 6fcedc69cfea5193a6809e1f2fb705b42479c5bd
<input type="text" class="form-control" id="word-input" placeholder="Type a word..." required>
</div>
<button type="submit" class="btn btn-primary">Plant Word</button>
@@ -318,6 +375,8 @@
</div>
</div>
=======
>>>>>>> 6fcedc69cfea5193a6809e1f2fb705b42479c5bd
<div class="footer">
<p>R00TS - Nurturing the future of artificial intelligence, one word at a time.</p>
</div>