Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
new changes
  • Loading branch information
maa17019 committed Feb 3, 2020
1 parent d1ca8a4 commit 35752ad
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 62 deletions.
Binary file modified .DS_Store
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
53 changes: 48 additions & 5 deletions index.html 100644 → 100755
Expand Up @@ -4,11 +4,54 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Index</title> <title>My Boilerplate Website</title>
<link href="css/basic-site.css" type="text/css" rel="stylesheet"/>
</head> </head>
<body> <body>
<h1> I Love HTML5 </h1> <header>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Voluptates voluptate, hic veniam rerum distinctio voluptatem minima vitae voluptatum, asperiores, culpa corporis! Vitae laboriosam dolorem non dolorum corrupti, voluptate inventore consequatur.</p> <div class="image">
<a href="about.html">About Page</a> <img src="img/head.jpg" alt="header image"/>
<div class="text">Mahnoor Afteb</div>
</div>
</header>
<main>
<nav>
<h2>About Me</h2>
</nav>

<section class="row-one">
<div class="me">
<img src="img/me.jpg" alt="picture of Mahnoor" />
</div>
<p>I’m currently an undergraduate enrolled in the Digital Media and Design program at the <em>University of Connecticut</em>. My intended path is a Bachelor of Arts in the Web Design concentration. I have always been an artistic child growing up and throughout high school, I was eager to take every possible art and digital technology course offered to me including digital imaging, web design, video production, ceramics and advanced photography.
I would describe my personal style as vibrant, bold and festive. My artistic statement for most of my work pays attention to detail as I am especially inspired by abstract art.
</section>
<section class="row-two">
<div class="column-one">
<h3>My Interests</h3>
<ul class="interests">
<li>Photography</li>
<li>Traveling</li>
<li>Social Media</li>
<li>Films</li>
<li>Reading</li>
<li>Calligraphy</li>
<li>Music</li>
</ul>
</div>
<ul class="websites">
<h3>My Favorite Websites</h3>
<li></li>



</ul>


</section>
</main>
<!--- <footer>
© Mahnoor Afteb 2020
</footer>-->
</body> </body>
</html> </html>
Binary file modified week-2/.DS_Store
Binary file not shown.
57 changes: 0 additions & 57 deletions week-2/index.html

This file was deleted.

0 comments on commit 35752ad

Please sign in to comment.