-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (86 loc) · 3.08 KB
/
index.html
File metadata and controls
106 lines (86 loc) · 3.08 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link type="text/css" rel="stylesheet" href="./stylesheets/default.css"/>
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="new.js"></script>
<title>Natalia Bryzhatenko</title>
</head>
<body>
<div id="container">
<header>
<a href="#myprojects" id="button2"><span id="button-text">Projects</span></a>
<div id="icon1" class="glow">
<a href="https://github.com/Notika314">
<img class="icon" src="./github-logo.png" >
</a>
</div>
<div id="icon2" class="glow">
<a href="https://www.linkedin.com/in/notika0314/"><img class="icon" src="./linkedinLogo.jpeg"></a>
</div>
<div id="icon3" clas="glow">
<a href = "mailto: notika314@gmail.com">
<img class="icon" src="./email-icon.png"></i>
</a>
</div>
</header>
<div id="greeting">
<h1>Hi, I am Natalia </h1>
</div>
<div id="info" >
<ul>
<li class="infotext" >
Software engineer
</li>
<li class="infotext">Graduated from Rutgers University with BS in Computer Science in 2021</li>
<li class="infotext">
Passionate about making user-friendly applications that are easy to test and update
</li>
<li class="infotext">
Love math, riddles and mind games
</li>
</ul>
</div>
<div id="photo"><img src="./myphoto.png"></div>
<div id="myprojects">
<div class="line"></div>
<h1 id="projects-title">PROJECTS</h1>
<div class="projects" id="project1">
<h4>CHESS</h4>
<a href="https://github.com/Notika314/android"><img src="./chessImage.jpeg"></a>
<h5>Android</h5>
</div>
<div class="projects" id="project2">
<h4>TGIF</h4>
<a href="https://github.com/Notika314/CS336Project/tree/master"><img src="./martini.jpeg"></a>
<h5>Java, MySQL</h5>
</div>
<div class="projects">
<h4 class="smaller">MineSweeper</h4>
<a href="https://github.com/Notika314/MineSweeper"><img src="./minesweeper.jpeg"></a>
<h5>Python</h5>
</div>
<div class="projects">
</div>
<div class="projects">
</div>
<div class="projects">
</div>
<div class="projects">
</div>
<div class="projects">
</div>
<div class="projects">
</div>
</div>
</div>
<!-- <div id="contact info ">
<h1>Need to edit and style: </h1>
</div> -->
</body>
</html>