Compare commits

..

No commits in common. "main" and "test2" have entirely different histories.
main ... test2

5 changed files with 25 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
Dockerfile

View File

@ -1,2 +0,0 @@
# custom1

12
index.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>home</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="hero-2-wrapper"><section class="hero-2-centered-hero"><h2 class="hero-2-heading">Revolutionize Student Data Management with iCard</h2><p class="hero-2-description">Effortlessly create personalized student ID cards. Upload your data, choose a template, and generate customized cards in minutes. Save time and streamline your workflow.</p><div class="hero-2-button-group"><button class="hero-2-btn hero-2-solid">Get Started</button><button class="hero-2-btn hero-2-outline">Learn More</button></div><div class="hero-2-image"><img class="hero-2-placeholder" src="https://images.unsplash.com/photo-1685599504130-9ee12eef06eb?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3NjE3ODR8MHwxfHNlYXJjaHwxfHxzdHVkZW50JTI1MjBpZCUyNTIwY2FyZHMlMkMlMjUyMGRhdGElMjUyMG1hbmFnZW1lbnQlMkMlMjUyMGV4Y2VsJTI1MjBpbnRlZ3JhdGlvbiUyQyUyNTIwdGVtcGxhdGUlMjUyMGN1c3RvbWl6YXRpb258ZW58MHx8fHwxNzUxMjU3NjUyfDA&ixlib=rb-4.1.0&q=80&w=1080" /></div></section></div>
</body>
</html>

0
style.css Normal file
View File

12
test2.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>test2</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="split-10-wrapper"><section class="split-10-section"><div class="split-10-left"><div class="split-10-placeholder"></div></div><div class="split-10-right"><p class="split-10-tagline">Effortlessly Create and Personalize Student ID Cards</p><h2 class="split-10-heading">Revolutionize Student ID Card Management</h2><p class="split-10-description">Generate professional student ID cards in minutes. Upload your student data and choose from a variety of customizable templates. Our intuitive platform streamlines the entire process, saving you time and resources.</p><div class="split-10-button-group"><button class="split-10-btn split-10-outline">Learn More</button><button class="split-10-btn split-10-arrow">Get Started →</button></div></div></section></div>
</body>
</html>