-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
108 lines (91 loc) · 4.69 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
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
107
108
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Julia Bugayev</title>
<link href="style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text:wght@600&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class = "group">
<h1>Julia Bugayev</h1>
<h2>Aspiring Software Engineer</h2>
<nav>
<ul id="menu">
<li><a href="#">INTRODUCTION</a></li>
<li><a href="#">ABOUT</a></li>
<li><a href="#">SERVICES</a></li>
<li><a href="#">PROJECTS</a></li>
<li><a href="#">CONTACT</a></li>
</ul>
</nav>
</div>
</header>
<main>
<!--Introduction-->
<div class= "bio-container">
<div class="closeup" >
<div class= "item1" style:"height:100em;width:60em;"> <a href="https://lh3.googleusercontent.com/rriOHoDNzjhUXTHUjs7O93SBYxfigX91642ujqz9i5qcBWHJLldkCJ41pP3FZvgKAXU1EfDFRyhMUIMQNSQ7VuI2iRZ3uJvywo7SkxvxnIXtg1YGxOJbXY1FMZy9SspKKNWGWoRLvv8=w2400?source=screenshot.guru"> <img src="https://lh3.googleusercontent.com/rriOHoDNzjhUXTHUjs7O93SBYxfigX91642ujqz9i5qcBWHJLldkCJ41pP3FZvgKAXU1EfDFRyhMUIMQNSQ7VuI2iRZ3uJvywo7SkxvxnIXtg1YGxOJbXY1FMZy9SspKKNWGWoRLvv8=w600-h315-p-k"> </a> </div>
</div>
<div class="flex-container"> <h2>Introduction</h2>
<p>Hello World! My name is Julia Bugayev, and I am currently an aspiring software engineer who resides in Los Angeles, and is looking to innovate, inspire, and continue to cultivate your company! </p></div>
</div>
<div class="group2">
<div class = "item">
<h3>About Julia Bugayev</h3>
<p>I provide a palette of diverse skills to the industry of software development. My exposure to biomedical research in a laboratory allowed me to gain a meticulous eye for detail, academic tutoring strenthenged my patience and communication, and strategy management consulting fostered skills of business analytics. Through such vast exposures in various industries, I have cultivated expertise to implement in the industry of software development. </p></div>
</div>
<div class="group3">
<div class = "item">
<h4>Julia's Services</h4>
<p>Exposure in the field of biomedical research and healthcare systems provides me the opportunity to implement my skills of software development into such fields. I would like to utilize my skills of software engineering into large scale projects for clients working in the field of medicine and healthcare</p></div>
</div>
<h5>PROJECTS</h5>
<div class = "group4">
<div class = "item">
<a href= "https://jbugayev18.github.io/porftolio/" >
<img src=https://lh3.googleusercontent.com/proxy/3eHGUzy9_DPDhqfcDpub18fTWnaG8XBu614KSvBbtYprELTeVMLq9lea6g-Tw1xCyP5Mu_8YAPWCjVq0mG9KkKOJFke05iPd78_WcR0AWawC9NoH8xqrj3HfL6Vw9NYqlxJz_SXwHW8Ih2GiDAv5JJu4 alt= "Project 1 Pending" width="250">
</a>
</div>
<div class = "item">
<img src=https://lh3.googleusercontent.com/proxy/3eHGUzy9_DPDhqfcDpub18fTWnaG8XBu614KSvBbtYprELTeVMLq9lea6g-Tw1xCyP5Mu_8YAPWCjVq0mG9KkKOJFke05iPd78_WcR0AWawC9NoH8xqrj3HfL6Vw9NYqlxJz_SXwHW8Ih2GiDAv5JJu4 alt= "Project 2 Pending" width="250">
</div>
<div class = "item">
<img src=https://lh3.googleusercontent.com/proxy/3eHGUzy9_DPDhqfcDpub18fTWnaG8XBu614KSvBbtYprELTeVMLq9lea6g-Tw1xCyP5Mu_8YAPWCjVq0mG9KkKOJFke05iPd78_WcR0AWawC9NoH8xqrj3HfL6Vw9NYqlxJz_SXwHW8Ih2GiDAv5JJu4 alt= "Project 3 Pending" width="250">
</div>
</div>
<div class= "group5">
<div class="item">
<h6>Contact</h6>
<p>I would love to work for you. Please feel free to reach me via: </p>
<nav>
<ul>
<li> <a href=https://github.com/jbugayev18>GitHub</a></li>
<li><a href= www.linkedin.com/in/julia-bugayev-a5b27bb5>LinkedIn</a></li>
<li><a href= "mailto:jbugayev18@gmail.com">Email</a></li>
</ul>
</nav>
</div>
</div>
</main>
<script src="script.js"></script>
</body>
</html>
<div class="group5">
<form
action="https://formspree.io/mwkrnjeo"
method="POST"
>
<label>
Your email:
<input type="text" name="_replyto">
</label>
<label>
Your message:
<textarea name="message"></textarea>
</label>
</div>
<button type="submit">Send</button>
</form>