Skip to content

Commit

Permalink
projects added
Browse files Browse the repository at this point in the history
  • Loading branch information
AcevedoJetter committed Mar 28, 2024
1 parent cf0d142 commit 1bb11bc
Show file tree
Hide file tree
Showing 17 changed files with 660 additions and 25 deletions.
8 changes: 3 additions & 5 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,27 @@
<title>Kevin E. Acevedo Jetter</title>
<meta name="author" content="Kevin E. Acevedo Jetter" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex" />
<link rel="stylesheet" href="styles/style.css" />
<link rel="icon" type="image/x-icon" href="./images/favicon.ico" />
</head>
<body>
<header>
<h1>Kevin E. Acevedo Jetter</h1>
<nav>
<ul>
<li><a href="https://acevedojetter.com/">About</a></li>
<li><a href="./projects">Projects</a></li>
<li><a href="./contact">Contact</a></li>
</ul>
</nav>
</header>
<main>
<h1 class=".error">Error 404</h1>
<h1>Error 404</h1>

<hr />

<p>
The page you are looking for does not exist, please go to the
<a href="https://acevedojetter.com/" style="color: #0645ad">Home Page</a
>.
<a href="https://acevedojetter.com/">Home Page</a>.
</p>

<hr />
Expand Down
11 changes: 3 additions & 8 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@
<title>Kevin E. Acevedo Jetter</title>
<meta name="author" content="Kevin E. Acevedo Jetter" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex" />
<link rel="stylesheet" href="styles/style.css" />
</head>

<body>
<header>
<h1>Kevin E. Acevedo Jetter</h1>
<nav>
<ul>
<li><a href="https://acevedojetter.com/">About</a></li>
<li><a href="./projects">Projects</a></li>
<li><a href="./contact">Contact</a></li>
</ul>
</nav>
Expand All @@ -26,17 +25,13 @@ <h1>Contact</h1>
<p>Email: kevin (at) acevedojetter (dot) com</p>
<p>
LinkedIn:
<a
href="https://www.linkedin.com/in/kevinacevedojetter/"
style="color: #0645ad"
<a href="https://www.linkedin.com/in/kevinacevedojetter/"
>kevinacevedojetter</a
>
</p>
<p>
GitHub:
<a href="https://github.com/AcevedoJetter" style="color: #0645ad"
>AcevedoJetter</a
>
<a href="https://github.com/AcevedoJetter">AcevedoJetter</a>
</p>

<hr />
Expand Down
Binary file added images/ascii-art-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/formatted-chat-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mail-merger-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mastermind-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/personal-website.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/spotify-song-format.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 10 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@
<title>Kevin E. Acevedo Jetter</title>
<meta name="author" content="Kevin E. Acevedo Jetter" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex" />
<link rel="stylesheet" href="styles/style.css" />
<link rel="icon" type="image/x-icon" href="./images/favicon.ico" />
</head>

<body>
<header>
<h1>Kevin E. Acevedo Jetter</h1>
<nav>
<ul>
<li><a href="https://acevedojetter.com/">About</a></li>
<li><a href="./projects">Projects</a></li>
<li><a href="./contact">Contact</a></li>
</ul>
</nav>
Expand All @@ -27,24 +26,24 @@ <h1>About Me</h1>
<p>
I am a junior pursuing a major in Computer Science and Engineering (6-3)
and a minor in Latin American and Latino/a Studies at
<a href="https://www.mit.edu/" style="color: #0645ad">MIT</a>.
<a href="https://www.mit.edu/">MIT</a>.
</p>

<p>
In the upcoming summer of 2024, I will be working as a Software
Development Engineer Intern at
<a href="https://www.amazon.com/" style="color: #0645ad">Amazon</a>. In
the preceding summer of 2023, I had the opportunity to do research as an
Undergraduate Research Assistant at the
<a href="https://electionlab.mit.edu/" style="color: #0645ad"
<a href="https://www.amazon.com/">Amazon</a>. In the preceding summer of
2023, I had the opportunity to do research as an Undergraduate Research
Assistant at the
<a href="https://electionlab.mit.edu/"
>MIT Election Data + Science Lab</a
>. In the summer of 2022, I worked as a Data Analyst Intern at
<a href="https://www.bankofamerica.com/" style="color: #0645ad"
>Bank of America</a
>.
<a href="https://www.bankofamerica.com/">Bank of America</a>.
</p>

<p>Interests: Cybersecurity, Data Analysis, ML/AI, Elections, and Baseball.</p>
<p>
Interests: Cybersecurity, Data Analysis, ML/AI, Elections, and Baseball
</p>

<hr />
</main>
Expand Down
69 changes: 69 additions & 0 deletions projects-description/mail-merger.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Kevin E. Acevedo Jetter</title>
<meta name="author" content="Kevin E. Acevedo Jetter" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="../styles/style.css" />
</head>
<body>
<header>
<h1>Kevin E. Acevedo Jetter</h1>
<nav>
<ul>
<li><a href="https://acevedojetter.com/">About</a></li>
<li><a href="../projects">Projects</a></li>
<li><a href="../contact">Contact</a></li>
</ul>
</nav>
</header>
<main>
<h1>Mail Merger</h1>

<hr />

<img src="../images/mail-merger-example.png" alt="people.txt example" />

<p>
The purpose of this project is to send emails with the same body but to
different people with their own titles and names from a google account.
This project was created to help a friend email professors about
research opportunities in their current projects. This project uses the
smtplib and email.message Python modules.
</p>

<p>
For the script to work, you will need to follow the instructions in
<a href="https://www.youtube.com/watch?v=g_j6ILT-X0k">this video</a> to
turn on the two step verification for the Google Account.
</p>

<p>The repository contains two files:</p>

<ul>
<li>
<code>main.py</code>: Write the body of the email by editing this
file. Write the body in the variable called <code>body</code> which is
a f-string
</li>
<li>
<code>people.txt</code>: Write the title, last name, and email
separated by spaces. Separate each different person with a new line.
Example: <code>Dr. Foo [email protected]</code>
</li>
</ul>

<p>
To run the file in the command line, just run
<code>python3 main.py</code>
</p>

<p>
The source code can be found
<a href="https://github.com/AcevedoJetter/mail-merge">here</a>.
</p>

<hr />
</main>
</body>
</html>
75 changes: 75 additions & 0 deletions projects-description/mastermind.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Kevin E. Acevedo Jetter</title>
<meta name="author" content="Kevin E. Acevedo Jetter" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="../styles/style.css" />
</head>
<body>
<header>
<h1>Kevin E. Acevedo Jetter</h1>
<nav>
<ul>
<li><a href="https://acevedojetter.com/">About</a></li>
<li><a href="../projects">Projects</a></li>
<li><a href="../contact">Contact</a></li>
</ul>
</nav>
</header>
<main>
<h1>Mastermind Game and Solver</h1>

<hr />

<img
src="../images/mastermind-example.png"
alt="mastermind game example"
/>

<p>
Implemented the board game of
<a href="https://en.wikipedia.org/wiki/Mastermind_(board_game)"
>Mastermind</a
>
and will create a solver which uses the Five-guess algorithm. The
algorithm will always win the game in at most 5 turns.
</p>

<p>Once the game begins, you should take the first guess.</p>

<p>
To guess, write the first letter of the color you would like to guess.
The six colors are the following: red <code>r</code>, blue
<code>b</code>, yellow <code>y</code>, green <code>g</code>, orange
<code>o</code>, and purple <code>p</code>. A guess consist of four
colors, which could be repeated, separated by a space. Examples:
<code>r b g y</code>, <code>r r b o</code>, <code>p p p p</code>.
</p>

<p>
After the first guess, you will get a message with the amount of black
key pegs and white key pegs in no specific order. A black key peg means
that you got a color in the correct position and a white key peg means
that you have a correct color but in the wrong position. This will be
given as four strings <code>b</code>, <code>w</code>, and
<code>_</code> for black key peg, white key peg, and not a black key peg
nor a white key peg, respectively.
</p>

<p>
This will continue until you get the correct combination or you have
used all your guesses.
</p>

<p>To play, run the file in the terminal: <code>python3 main.py</code></p>

<p>
The source code can be found
<a href="https://github.com/AcevedoJetter/master-mind">here</a>.
</p>

<hr />
</main>
</body>
</html>
50 changes: 50 additions & 0 deletions projects-description/personal-website.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Kevin E. Acevedo Jetter</title>
<meta name="author" content="Kevin E. Acevedo Jetter" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="../styles/style.css" />
</head>
<body>
<header>
<h1>Kevin E. Acevedo Jetter</h1>
<nav>
<ul>
<li><a href="https://acevedojetter.com/">About</a></li>
<li><a href="../projects">Projects</a></li>
<li><a href="../contact">Contact</a></li>
</ul>
</nav>
</header>
<main>
<h1>Personal Website</h1>

<hr />

<img
src="../images/personal-website.png"
alt="acevedojetter.com main page"
/>

<p>This website was created using only HTML and CSS.</p>

<p>
You can find information about me in the
<a href="https://acevedojetter.com/">Home page</a>, projects I have
completed or still in progress in the
<a href="../projects">Projects page</a>, and different ways to connect
with me in the <a href="../contact">Contact Page</a>.
</p>

<p>
The source code can be found
<a href="https://github.com/AcevedoJetter/AcevedoJetter.github.io"
>here</a
>.
</p>

<hr />
</main>
</body>
</html>
Loading

0 comments on commit 1bb11bc

Please sign in to comment.