-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (72 loc) · 3.92 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Lucian Cernauteanu</title>
</head>
<link rel="stylesheet" href="CSS/styles.css">
<link rel="icon" href="favicon-32x32.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Changa&family=Dancing+Script:wght@500&family=Taviraj:wght@200&display=swap" rel="stylesheet">
<body>
<div class="top-container">
<img src="images/cloud.png" alt="cloud1-img" class="cloud1">
<h1>I'm Lucian</h1>
<h2>a <span class="software">software</span> tester.</h2>
<img src="images/cloud.png" alt="cloud2-img" class="cloud2">
<img src="images/mountain.png" alt="mount-img" class="mountain">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-image" src="images\profile1.jpg" alt="profile">
<h2>Hello.</h2>
<p class="bio">I am a Software Tester with ISTQB Certification Foundation Level
with completed Software Tester course at Software Development
Academy. During the course, I’ve gathered knowledge about how
to analyze requirements, develop and execute test cases,
generate test reports, and test automation with the intent of
finding as many software defects as possible.<br> I am ambitious and
determined to continuously work to improve my software testing
skills with the purpose of having a career in this field.</p>
</div>
<p class="dots">.....</p>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="paper-skill" src="images\clip papers.png" alt="papers"></img>
<h3>Test Management Tools</h3>
<p>I used test management tools like TestRail, PractiTest, TM4J to get requirements from user stories, create and execute test cases, open bug reports and generate final reports from test projects.
As a manual testing project I tested a functionality in
Orange HRM website app using PractiTest as the test mangement tool.
<br /> You can take a look at the final project reports
<a href="https://drive.google.com/open?id=1KqwLof9-8i0MBNTbaFTei5EMvMi8JDtr">here</a>
</p>
</div>
<div class="skill-row">
<img class="automation-skill" src="images\automated-process.png" alt="automation"></img>
<h3>Automation Testing</h3>
<p>To get further in testing process, I learned the fundamentals of Java Programming to automate testing webpages using Selenium Webdriver and JUnit. I also learned and practice with testing in BDD where I used JUnit and Cucumber to link my
code to the scripted test casses.
<br /> You can take a look at my practice project source code <a href="https://github.com/luciancernauteanu/adactinhotelapp.com">here</a></p>
</div>
</div>
<p class="dots">.....</p>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you wish to talk to me or you want get to know me better you can use the following link to email me.</h3>
<a class="contact_me_button" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/lucian-cernauteanu/">LinkedIn</a>
<a class="footer-link" href="https://www.facebook.com/lucian.cernauteanu/">Facebook</a>
<a class="footer-link" href="https://github.com/luciancernauteanu/">Website</a>
<p class="signature">© 2021 Lucian Cernauteanu.</p>
</div>
</body>
</html>