diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..bec17ac --- /dev/null +++ b/contact.html @@ -0,0 +1,21 @@ + + + + + + + Contact + + + + +
+

Contact

+

This is my projects page.

+
+ + \ No newline at end of file diff --git a/index.html b/index.html index 3e9cb1b..4425ad3 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ + Basic Webpage @@ -12,17 +13,41 @@

About Me

- This is an example of some placeholder paragraph text. The h1 tag above - is an example of a Heading. The div tags above are examples of containers - within which each "section" of the webpage is contained. + Hi, I'm Alejandra Andino, a first-year student at Northeastern University studying + Computer Science and Business Administration. I'm passionate about using technology + to create meaningful, accessible solutions especially for marginalized + communities that are often overlooked in the tech space. + My interests lie at the intersection of software development, data, and entrepreneurship, + where I hope to build tools that make information and opportunities more equitable. + Beyond academics, I enjoy mentoring students, exploring new ideas in tech, and continuously + challenging myself to grow both personally and professionally.

+ + LinkedIn + +

+ hi! +

+ + + + + + + + + + + + +
diff --git a/project.html b/project.html new file mode 100644 index 0000000..92865c9 --- /dev/null +++ b/project.html @@ -0,0 +1,21 @@ + + + + + + + Projects + + + + +
+

Projects

+

This is my projects page.

+
+ + \ No newline at end of file diff --git a/styles.css b/styles.css index 159a0b1..44ec5b8 100644 --- a/styles.css +++ b/styles.css @@ -3,7 +3,7 @@ /* The body class targets the tag in your html file */ body { background-color: rgb(227, 219, 216); - font-family: "Karla", sans-serif; + font-family: "Times New Roman", sans-serif; margin: 0; }