-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (69 loc) · 2.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en" id="home">
<head lang="en">
<title>Sufyan Menk</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,shrink-to-fit=no" />
<link rel="stylesheet" href="css/screen.css" />
<script src="js/modernizr.js"></script>
</head>
<body>
<!-- header -->
<header id="header">
<!-- navigation -->
<nav id="navigation">
<ul>
<li id="nav-home"><a href="">Home</a></li>
<li id="nav-resume"><a href="resume/">Resume</a></li>
<li id="nav-projects"><a href="projects/">Projects</a></li>
</ul>
</nav>
<h1 id="name-title">Sufyan Menk</h1>
</header>
<!-- main content -->
<main id="content">
<aside id="social">
<figure>
<img src="media/face.jpg" class="headshot" alt="Sufyan Menk headshot" />
</figure>
<ul>
<li><a href="https://www.linkedin.com/in/sufyanmenk"><img src="media/linkedin_icon.svg" class="social-medid-icon" alt="LinkedIn Profile" /></a></li>
<li><a href="https://github.com/suuuf"><img src="media/github_icon.svg" class="social-medid-icon" alt="Github Page" /></a></li>
</ul>
<article class="card" id="tech-skills">
<h2>Technical Skills</h2>
<ul>
<li>Java</li>
<li>C</li>
<li>Objective C & C++</li>
<li>Python</li>
<li>HTML,CSS,JS & PHP</li>
<li>Relational SQL</li>
</ul>
</article>
</aside>
<section id="primary">
<article class="card" id="about-me">
<h2>About Me</h2>
<p>Seeking to expand my knowledge of Computer Science, gain industry experience and have fun along the way.</p>
</article>
<article class="card" id="software-exp">
<h2>Software Experience</h2>
<ul>
<li>Xcode</li>
<li>Salesforce</li>
<li>Oracle SQL Developer</li>
<li>MySQL</li>
<li>JavaFX</li>
<li>Wordpress</li>
<li>Google Apps Scripts</li>
<li>Windows, OS X, Linux & CLIs</li>
</ul>
</article>
</section>
</main>
<footer id="footer">
<p>© 2017 Sufyan Menk</p>
</footer>
</body>
</html>