Changes to linkcard_templatee390a

ffff:66.75.90.209
ffff:66.75.90.209
2 months ago
Renamed headshot.jpg to photo.jpg
photo.jpg
root
root
2 months ago
Added headshot.jpg
headshot.jpg
ffff:66.75.90.209
ffff:66.75.90.209
2 months ago
Renamed roboto.css to style.css
style.css
ffff:66.75.90.209
ffff:66.75.90.209
2 months ago
Updated roboto.css
roboto.css
Changed around line 1
+ /* Basic reset and body styling */
+ * {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+ }
+ body {
+ font-family: Arial, sans-serif;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 100vh;
+ background: #f3f4f6;
+ color: #333;
+ padding: 20px;
+ }
+ /* Main container */
+ .container {
+ text-align: center;
+ max-width: 400px;
+ width: 100%;
+ background: #fff;
+ padding: 30px;
+ border-radius: 15px;
+ box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
+ }
+ /* Profile image styling */
+ .photo {
+ width: 100px;
+ height: 100px;
+ border-radius: 50%;
+ margin-bottom: 20px;
+ }
+ /* Headline text */
+ .name {
+ font-size: 1.5em;
+ font-weight: bold;
+ margin-bottom: 10px;
+ }
+ .bio {
+ font-size: 1em;
+ color: #666;
+ margin-bottom: 20px;
+ }
+ /* Link buttons */
+ .links a {
+ display: block;
+ text-decoration: none;
+ background: #0077ff;
+ color: #fff;
+ padding: 15px;
+ border-radius: 10px;
+ margin: 10px 0;
+ transition: background 0.3s;
+ }
+ .links a:hover {
+ background: #005bb5;
+ }
ffff:66.75.90.209
ffff:66.75.90.209
2 months ago
Updated index.scroll
index.scroll
Changed around line 1
- theme roboto
+ replace BIO Scientist • Engineer • Writer
+ replace NAME Breck Yunits
+ title NAME - Links
- Hello World my name is
+ style.css
+ metaTags
+
+
+
+
+
+ %div.name NAME
+ %div.bio BIO
+
+ %div.links
+ 🌐 My Website
+ https://breckyunits.com
+ 💻 GitHub
+ https://github.com/breck7
+ 👔 LinkedIn
+ https://www.linkedin.com/in/breck7/
+ 📧 Email Me
+ link mailto:breck7@gmail.com
+ 🐦 Twitter
+ https://twitter.com/breckyunits
+
+
ffff:66.75.90.209
ffff:66.75.90.209
2 months ago
Updated log.txt
log.txt
root
root
2 months ago
initial blank_template template
.gitignore
Changed around line 1
+ *.html
+ *.txt
+ *.xml
+ *.css
+ *.js
index.scroll
Changed around line 1
+ buildHtml
+ theme roboto
+
+ Hello World my name is