[ Prev ]
2022-08-31

-- Aug 31 In-Class Exercise Thread
<!DOCTYPE html> <html>
  <head>
    <title>Personal Profile</title>
    <meta charset="utf-8" />
  </head>
  <body>
    <h1>Jaime Zuspann</h1>
    <h2>Contact Info:</h2>
    <p>Phone: (555) 555-5555</p>
    <p>Email: jaime.zuspann@sjsu.edu</p>
    <p>Address: 1234 N Main St. San Jose, CA</p>
    <img src="profile.jpg" alt="picture of me"/>
    <h2>I am awesome and you should hire me because:</h2> 
    <ul>
      <li>I'm a professional with 50+ years experience</li>
      <li>I built Google and the internet</li>
      <li>I love working 80+ hour weeks with little pay</li>
    </ul>
  </body>
</html>
(Edited: 2022-08-31)
<!DOCTYPE html> <html> <head> <title>Personal Profile</title> <meta charset="utf-8" /> </head> <body> <h1>Jaime Zuspann</h1> <h2>Contact Info:</h2> <p>Phone: (555) 555-5555</p> <p>Email: jaime.zuspann@sjsu.edu</p> <p>Address: 1234 N Main St. San Jose, CA</p> <img src="profile.jpg" alt="picture of me"/> <h2>I am awesome and you should hire me because:</h2> <ul> <li>I'm a professional with 50+ years experience</li> <li>I built Google and the internet</li> <li>I love working 80+ hour weeks with little pay</li> </ul> </body> </html>

-- Aug 31 In-Class Exercise Thread
<!DOCTYPE html>
    <html>
        <head>
            <title>Aparna's Job Profile</title>
            <meta charset="utf-8"/>
        </head>
        <body>
            <h1>Contact Info</h1>
            <p>Email: aparna.thyagarajan@sjsu.edu</p>
            <img src="profile.jpg" alt="this is me!"/>
            <h2>Why you should hire me</h2>
            <ul> 
                <li>Organized</li>
                <li>Efficient</li>
                <li>Works well with people</li>
            </ul>
        </body>
    </html>
<!DOCTYPE html> <html> <head> <title>Aparna's Job Profile</title> <meta charset="utf-8"/> </head> <body> <h1>Contact Info</h1> <p>Email: aparna.thyagarajan@sjsu.edu</p> <img src="profile.jpg" alt="this is me!"/> <h2>Why you should hire me</h2> <ul> <li>Organized</li> <li>Efficient</li> <li>Works well with people</li> </ul> </body> </html>

-- Aug 31 In-Class Exercise Thread
<!DOCTYPE html> <html lang="en">
  <head>
    <title>Aaron Li 2022 Resume</title>
    <meta charset="utf-8" />
  </head>
  <body>
    <h1>Aaron Li</h1>
    <p>Email: a-aron@gmail.io</p>
    <p>Cell: 123-456-7890</p>
    <img
      src="https://st.depositphotos.com/1007168/1249/i/600/depositphotos_12492703-stock-photo-summer-hot-sun.jpg"
      alt="Picture of me"
    />
    <h2>Reasons to hire me for your company</h2>
    <ul>
      <li>Experienced with Ruby and Rails</li>
      <li>Experienced with Databases such as Mongo, Redis, and Postgresql</li>
      <li>Experienced with Javascript and React</li>
    </ul>
  </body>
</html>
<!DOCTYPE html> <html lang="en"> <head> <title>Aaron Li 2022 Resume</title> <meta charset="utf-8" /> </head> <body> <h1>Aaron Li</h1> <p>Email: a-aron@gmail.io</p> <p>Cell: 123-456-7890</p> <img src="https://st.depositphotos.com/1007168/1249/i/600/depositphotos_12492703-stock-photo-summer-hot-sun.jpg" alt="Picture of me" /> <h2>Reasons to hire me for your company</h2> <ul> <li>Experienced with Ruby and Rails</li> <li>Experienced with Databases such as Mongo, Redis, and Postgresql</li> <li>Experienced with Javascript and React</li> </ul> </body> </html>

-- Aug 31 In-Class Exercise Thread
<!DOCTYPE html> <html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Job Document</title>
  </head>
  <body>
    <h1>Fernando Gonzalez</h1>
    <p>email: fernando.gonzalez@sjsu.edu</p>
    <p>phone: (123) 456-7890</p>
    <img src="image.jpg">
    <h2>Reasons to hire me</h2>
    <ul>
      <li>I know html</li>
      <li>I know Java</li>
      <li>I know React</li>
    </ul>
  </body>
</html>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Job Document</title> </head> <body> <h1>Fernando Gonzalez</h1> <p>email: fernando.gonzalez@sjsu.edu</p> <p>phone: (123) 456-7890</p> <img src="image.jpg"> <h2>Reasons to hire me</h2> <ul> <li>I know html</li> <li>I know Java</li> <li>I know React</li> </ul> </body> </html>

-- Aug 31 In-Class Exercise Thread
<!DOCTYPE html> <html lang="en">
    <head>
        <title>Neeha's Resume</title>
        <meta charset="utf-8">
    </head>
    <body>
        <h1>Neeharika Kandikattu</h1>
        <img src="https://photos.com/fish.PNG" alt="This is a fish."/>
        <h2>Why should you hire me?</h2>
        <ul>
            <li>Internship experience with Scala, Docker, Kubernetes, AWS, and Agile Methodology</li>
            <li>Excellent communication and leadership skills</li>
            <li>Will be the funniest person on your team and raise team morale :D</li>
        </ul>
    </body>
</html>
(Edited: 2022-08-31)
<!DOCTYPE html> <html lang="en"> <head> <title>Neeha's Resume</title> <meta charset="utf-8"> </head> <body> <h1>Neeharika Kandikattu</h1> <img src="https://photos.com/fish.PNG" alt="This is a fish."/> <h2>Why should you hire me?</h2> <ul> <li>Internship experience with Scala, Docker, Kubernetes, AWS, and Agile Methodology</li> <li>Excellent communication and leadership skills</li> <li>Will be the funniest person on your team and raise team morale :D</li> </ul> </body> </html>

-- Aug 31 In-Class Exercise Thread
<!DOCTYPE html> <html>
    <head>
        <title>In Class Exercise</title>
    </head>
    <body>
        <h1>Jeffrey Yang</h1>
        <h2>Email: jeffrey.yang01@sjsu.edu</h2>
        <img src="profilePic.png" alt="Profile Pic"/>
        <u1>
            <li>I know how to code</li>
            <li>I know how to talk</li>
            <li>No idea</li>
        </u1>
    </body>
</html>
<!DOCTYPE html> <html> <head> <title>In Class Exercise</title> </head> <body> <h1>Jeffrey Yang</h1> <h2>Email: jeffrey.yang01@sjsu.edu</h2> <img src="profilePic.png" alt="Profile Pic"/> <u1> <li>I know how to code</li> <li>I know how to talk</li> <li>No idea</li> </u1> </body> </html>

-- Aug 31 In-Class Exercise Thread
<!DOCTYPE html> <html lang="en"> <head>
        <title> Dylan's Resume</title>
</head> <body>
        <h1> Dylan Ha</h1>
        <h2> 4th Year CS Student at SJSU </br> Contact: dylan.ha@gmail.com </h2>
        <img src="profile.jpg" alt="My picture" />
        <ul>
                <li> SWE Intern Experience</li>
                <li> Java, Python, JS</li>
                <li> I like barbecuing</li>
        </ul>
</body> </html>
<!DOCTYPE html> <html lang="en"> <head> <title> Dylan's Resume</title> </head> <body> <h1> Dylan Ha</h1> <h2> 4th Year CS Student at SJSU </br> Contact: dylan.ha@gmail.com </h2> <img src="profile.jpg" alt="My picture" /> <ul> <li> SWE Intern Experience</li> <li> Java, Python, JS</li> <li> I like barbecuing</li> </ul> </body> </html>

-- Aug 31 In-Class Exercise Thread
<!DOCTYPE html> <html> <head>
	<title>Seungmi</title>
	<meta charset="utf-8" />
</head> <body>
  <h1> Seungmi Na </h1>
  <h2>Contact Information</h2>
    <ul>
      <li>email:seungmi.na@sjsu.edu</li>
    </ul>
<img src = "vpreview.jpg" art="photo" />
<h2> 3 reasons why you are awesome and should be hired</h2>
  <ul>
    <li> I am passionate.</li>
    <li> I am eager to learn.</li>
    <li> I have responsible for my work.</li>
  </ul>
</html>
(Edited: 2022-08-31)
<!DOCTYPE html> <html> <head> <title>Seungmi</title> <meta charset="utf-8" /> </head> <body> <h1> Seungmi Na </h1> <h2>Contact Information</h2> <ul> <li>email:seungmi.na@sjsu.edu</li> </ul> <img src = "vpreview.jpg" art="photo" /> <h2> 3 reasons why you are awesome and should be hired</h2> <ul> <li> I am passionate.</li> <li> I am eager to learn.</li> <li> I have responsible for my work.</li> </ul> </html>

-- Aug 31 In-Class Exercise Thread
<!DOCTYPE html> <html>
    <title>Shiv Resume </title>
<body> <h1>Shiv Shankar Yadav</h1>
<h1>shiv@sjsu.com</h1> <img src="shiv.png" alt="This is me"> <h2> <p>
    - fun, and passionate guy who enjoys solving problem.
- proficient in Java, Python and PHP
- Good communication skills
</p> </h2> </body> </html>
<!DOCTYPE html> <html> <title>Shiv Resume </title> <body> <h1>Shiv Shankar Yadav</h1><br> <h1>shiv@sjsu.com</h1> <img src="shiv.png" alt="This is me"> <h2> <p> - fun, and passionate guy who enjoys solving problem.<br> - proficient in Java, Python and PHP <br> - Good communication skills </p> </h2> </body> </html>

-- Aug 31 In-Class Exercise Thread
<!DOCTYPE html> <html lang="en">
    <head>
        <title>Manasa Resume 2022</title>
        <meta charset="utf-8">
    </head>
    <body>
        <h1>Manasa Mananjaya</h1>
	<h2> Email – manasa.mananjaya@sjsu.edu </h2>
        <img src="manasa_picture.png" alt="picture"/>
        <ul>
            <li>Experience with Machine Learning models</li>
            <li>Good leadership skills</li>
            <li>Quick Learner </li>
        </ul>
    </body>
</html>
<!DOCTYPE html> <html lang="en"> <head> <title>Manasa Resume 2022</title> <meta charset="utf-8"> </head> <body> <h1>Manasa Mananjaya</h1> <h2> Email – manasa.mananjaya@sjsu.edu </h2> <img src="manasa_picture.png" alt="picture"/> <ul> <li>Experience with Machine Learning models</li> <li>Good leadership skills</li> <li>Quick Learner </li> </ul> </body> </html>
[ Next ]
X