Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #81

Open
wants to merge 56 commits into
base: master
Choose a base branch
from
Open

test #81

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
150baa6
Update _config.yml
mishmala Mar 22, 2023
9bd2dc8
Create index1.html
mishmala Mar 22, 2023
18c84dd
Create styles.css
mishmala Mar 22, 2023
574d201
Create a.txt
mishmala Mar 22, 2023
f53560f
Create projects
mishmala Mar 22, 2023
07550b1
Delete images directory
mishmala Mar 22, 2023
7f775ff
Rename index.html to index2.html
mishmala Mar 22, 2023
cdd7637
Rename index1.html to index.html
mishmala Mar 22, 2023
531384d
pushing assests
nitin989 Mar 22, 2023
91e3f1b
Add files via upload
mishmala Mar 22, 2023
c54cd0f
Add files via upload
mishmala Mar 22, 2023
67c2218
Update index.html
mishmala Mar 22, 2023
63eb86d
Update styles.css
mishmala Mar 22, 2023
1f1bd7b
Update styles.css
mishmala Mar 22, 2023
d2f53c5
Add files via upload
mishmala Mar 23, 2023
0010cbd
Update index.html
mishmala Mar 23, 2023
40162d2
Update index.html
mishmala Mar 23, 2023
8350d24
Update index.html
mishmala Mar 23, 2023
dd745d3
Update index.html
mishmala Mar 23, 2023
895b347
Update index.html
mishmala Mar 23, 2023
1b82877
Core webpage changes
mishmala Mar 26, 2023
9ab775c
Core webpage changes1
mishmala Mar 26, 2023
1435218
Update index.html
mishmala Mar 26, 2023
e08fd61
Update styles.css
mishmala Mar 26, 2023
b06ad5f
Update index.html
mishmala Mar 27, 2023
0db1a8d
Update styles.css
mishmala Mar 27, 2023
3e94273
Update styles.css
mishmala Mar 27, 2023
1bbede8
Update styles.css
mishmala Mar 27, 2023
4ee2d85
Update styles.css
mishmala Mar 27, 2023
89d9153
Update styles.css
mishmala Mar 27, 2023
8795616
Update styles.css
mishmala Mar 27, 2023
fa77037
Update styles.css
mishmala Mar 27, 2023
eef2521
Update styles.css
mishmala Mar 27, 2023
1669593
Update styles.css
mishmala Mar 27, 2023
442c01f
Update styles.css
mishmala Mar 27, 2023
0f0188a
Core webpage changes3
nitin989 Mar 27, 2023
be97eef
changes
mishmala Mar 27, 2023
496017e
changes
mishmala Mar 27, 2023
c7dc096
changes
mishmala Mar 27, 2023
791cf71
changes
mishmala Mar 27, 2023
e290405
changes
mishmala Mar 27, 2023
95c8ec8
changes
mishmala Mar 27, 2023
e1447ca
changes
mishmala Mar 27, 2023
9580ca7
changes
mishmala Mar 27, 2023
293368c
changes
mishmala Mar 27, 2023
659d385
changes
mishmala Mar 27, 2023
d7dcfbc
changes
mishmala Mar 27, 2023
a8ea106
changes
mishmala Mar 27, 2023
e54aa4d
changes
mishmala Mar 27, 2023
3d98117
changes
mishmala Mar 27, 2023
40f5a0b
changes
mishmala Mar 27, 2023
6464da8
changes
mishmala Mar 27, 2023
92beb35
changes
mishmala Mar 27, 2023
0eac9ff
changes
mishmala Mar 27, 2023
7b48ec6
changes
mishmala Mar 27, 2023
fc20d30
changes
mishmala Mar 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: "Blog Title"
author: "Blog Author"
description: "Made with <b style=\"color: #f45;\">&lt;3</b>"
title: "Mala Mishra"
author: "Mala Mishra"
description: "University Of Mumbai"
permalink: /:title/
lang: "en"
excerpt_separator: "\n\n\n"
Expand Down
Binary file added images/projects/accenture.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/projects/atos.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/projects/humana.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/projects/kforce.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/userAsset/IMG_4091.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/userAsset/mm.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
190 changes: 180 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,180 @@
---
layout: default
title: "Home"
---

{% if site.show_excerpts %}
{% include home.html %}
{% else %}
{% include archive.html title="Posts" %}
{% endif %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0"/>
<!-- <meta name="viewport" content="width=device-width, height=device-height"> -->
<meta name="description" content="Personal Webpage of Mala Mishra">
<title>Portfolio: Mala Mishra</title>
<link rel="icon" type="image/x-icon" href="./images/userAsset/mm.jpeg">
<link rel="stylesheet" href="styles.css">
</head>
<body>

<div id="wrapper">

<div class="container">
<div class="navbar">

<div class="logo-container">
<img src="./images/userAsset/mm.jpeg" class="logo">
<div class="logo-text">ala Mishra</div>
</div>

<div class="nav-items">
<div><a href="#projects">Work Experience</a></div>

</div>

</div>

<div class="hero-section">

<!-- <div class="faded-text">Mala Mishra</div> -->

<div class="hero-section-left">

<div class="hero-section-heading hero-section-sub-heading">
I am <span class="role"></span>
</div>

<div class="hero-section-description">
I am a graduate of <a href="https://kjsit.somaiya.edu.in/en">KJ Somaiya College of Engineering</a> with a major in Computer Science, currently working as a senior software engineer at Humana Inc creating high impact solutions for customers.
<br><br>
.NET developer with 12+years of experience in developing Web and Client/Server Applications based on Microsoft .NET Technologies and expertise in implementing azure cloud based applications.
Sound knowledge of Object Oriented Language Principles (C#) and design practices. I have an immense passion for technology and software development.

<br><br>
For questions and additional information, please send me an email <a href="mailto:[email protected]">mishmala</a>
</div>


</div>

<div class="hero-section-right">

<div class="user-image">
<img src="./images/userAsset/IMG_4091.jpg" alt="" />
</div>
</div>

</div>
</div>


<div class="project-section" id="projects">
<h2 class="page-header">Work Experience<br><br></h2>
</div>
<div class="projects-article">

<article class="article-card">
<figure class="article-image">
<img src="./images/projects/humana.jpg" alt="humana icon">
<figcaption>01</figcaption>
</figure>
<div class="article-content">
<h3 class="card-title">Humana Inc<br>
Sep 2021 - Present
</h3>
<p class="excerpt">
<ul class="excerpt">
<li class="excerpt">Product design and implementation for web applications, Windows Desktop Applications using C# and VB.NET, .NET Windows Services and XML Web Services.</li>
<li class="excerpt">Database design with attention towards a balance between performance and normalization.</li>
</ul>
</p>
</div>
</article>

<article class="article-card">
<figure class="article-image">
<img src="./images/projects/kforce.jpeg" alt="KForce Icon">
<figcaption>02</figcaption>
</figure>
<div class="article-content">
<h3 class="card-title">KForce
<br>
Jan 2018 - Sep 2021
</h3>
<p class="excerpt">
<ul class="excerpt">
<li class="excerpt">Product design and implementation for web applications, Windows Desktop Applications using C# and VB.NET, .NET Windows Services and XML Web Services.</li>
<li class="excerpt">Database design with attention towards a balance between performance and normalization.</li>
</ul> </p>
</div>
</article>

<article class="article-card">
<figure class="article-image">
<img src="./images/projects/atos.jpg" alt="Syntel icon">
<figcaption>03</figcaption>
</figure>
<div class="article-content">
<h3 class="card-title">Syntel
<br>
Jan 2015 - Jan 2018
</h3>
<p class="excerpt">
<ul class="excerpt">
<li class="excerpt">Product design and implementation for web applications, Windows Desktop Applications using C# and VB.NET, .NET Windows Services and XML Web Services.</li>
<li class="excerpt">Database design with attention towards a balance between performance and normalization.</li>
</ul> </p>
</div>
</article>

<article class="article-card">
<figure class="article-image">
<img src="./images/projects/accenture.jpeg" alt="Accenture Icon">
<figcaption>04</figcaption>
</figure>
<div class="article-content">
<h3 class="card-title">Accenture
<br>
Aug 2010 - Jan 2015
</h3>
<p class="excerpt">
<ul class="excerpt">
<li class="excerpt">Product design and implementation for web applications, Windows Desktop Applications using C# and VB.NET, .NET Windows Services and XML Web Services.</li>
<li class="excerpt">Database design with attention towards a balance between performance and normalization.</li>
</ul></p>
</div>
</article>
</div>
<footer>
<div class="container">
<div class="footer-wrapper">

<div class="link-wrapper">

</div>

<div class="icon-wrapper">

<a href="https://www.linkedin.com/in/mishmala7"><i class="fa-brands fa-linkedin icon"></i></a>
<a href="https://www.github.com/mishmala"<i class="fa-brands fa-github icon"></i></a>
<!-- <i class="fa-brands fa-twitter icon"></i> -->
<a href="mailto:[email protected]"><i class="fa-regular fa-envelope icon"></i></a>
</div>

</div>
</div>
</footer>

</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script>
var typeData = new Typed(".role", {
strings: [
"a Web Developer",
"a Backend Developer",
"an Azure Developer"
],
loop: true,
typeSpeed: 100,
backSpeed: 80,
backDelay: 1000,
});
</script>
</body>
</html>
10 changes: 10 additions & 0 deletions index2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: default
title: "Home"
---

{% if site.show_excerpts %}
{% include home.html %}
{% else %}
{% include archive.html title="Posts" %}
{% endif %}
Loading