-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathweb_dev.php
More file actions
84 lines (75 loc) · 5.97 KB
/
web_dev.php
File metadata and controls
84 lines (75 loc) · 5.97 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
<?php include("./includes/header2.php"); ?>
<main>
<!-- ./Page header -->
<header class="header section parallax image-background overlay gradient gradient-53 alpha-8 color-1" style="background-image: url('img/bg/grid.jpg')">
<div class="container overflow-hidden">
<div class="row">
<div class="col-md-8">
<h1 class="display-4 color-1 light">Web Development</h1>
<p class="lead bold">So, you're interested in learning web development and becoming a web developer? </p>
<h1 class="color-1"><span class="typed bold display-4 display-md-3"></span></h1>
<!--nav class="nav mt-5"><a href="developerscup.php" class="nav-link btn btn btn-rounded btn-1 btn-lg px-5 bold">Register for Developers Cup</a></nav-->
</div>
</div>
</div>
</header><!-- ./ New Integration API -->
<section class="section bg-5">
<div class="container text-center pt-4 pb-7">
<p class="color-1">We're proud to announce the DevelopHowTo Student Internship Program. <a href="https://5studios.net/themes/dashcore/blog-post.html" class="bold d-inline-flex align-items-center color-1 ml-3">Learn more <i class="pe pe-7s-angle-right"></i></a></p>
</div>
</section><!-- ./Integration API -->
<section class="bg-1 edge bottom-right">
<div class="container">
<div class="row align-items-center text-center text-lg-left">
<div class="col-12 col-md-7 col-lg-6 mr-lg-auto text-center text-md-left">
<p class="small accent bold">Learn</p>
<h2 class="bold">What is web Development?</h2>
<p class="color-2">Web development is the work involved in developing a web site for the Internet (World Wide Web) or an intranet (a private network). Web development can range from developing a simple single static page of plain text to complex web-based internet applications (web apps), electronic businesses, and social network services. A more comprehensive list of tasks to which web development commonly refers, may include web engineering, web design, client-side/server-side scripting, web server and network security configuration, and e-commerce development.
</p>
</div>
<div class="col-12 col-md-5 col-lg-5">
<div class="row no-gutters">
<img style="width:120%;" src="img/web/main-3.png" />
</div>
</div>
</div>
</div>
</section><!-- ./Bring to life - Swiper -->
<section class="section bg-6">
<div class="container bring-to-front">
<div class="row gap-y align-items-center">
<div class="col-md-6">
<div class="shadow">
<img src="img/web/front-end-1.jpg" class="img-responsive w-100" alt="Android & IOS">
</div>
</div>
<div class="col-md-6 ml-md-auto text-center text-md-left">
<p class="badge badge-info text-uppercase">Developing</p>
<h2>FrontEnd</h2>
<p class="color-2">Front-end web development, also known as client-side development is the practice of producing HTML, CSS and JavaScript for a website or Web Application so that a user can see and interact with them directly. The challenge associated with front end development is that the tools and techniques used to create the front end of a website change constantly and so the developer needs to constantly be aware of how the field is developing.<br><br>
The objective of designing a site is to ensure that when the users open up the site they see the information in a format that is easy to read and relevant.<br><br>
A front-end developer architects and develops websites and applications using web technologies (i.e., HTML, CSS, DOM, and JavaScript), which run on the Open Web Platform or act as compilation input for non-web platform environments </p>
</div>
</div>
</div>
</section><!-- ./Developers - Code snippets -->
<section class="bg-1">
<div class="container">
<div class="row align-items-center text-center text-lg-left">
<div class="col-12 col-md-7 col-lg-6 mr-lg-auto text-center text-md-left">
<p class="small accent bold">Learn</p>
<h2>BackEnd</h2>
<p class="color-2">So what makes the front end of a website possible? Where is all that data stored? This is where the back end comes in. The back end of a website consists of a server, an application, and a database. A back-end developer builds and maintains the technology that powers those components which, together, enable the user-facing side of the website to even exist in the first place.<br><br>
In order to make the server, application, and database communicate with each other, back-end devs use server-side languages like PHP, Ruby, Python, Java, and .Net to build an application, and tools like MySQL, Oracle, and SQL Server to find, save, or change data and serve it back to the user in front-end code. <br><br>
Back-end devs use these tools to create or contribute to web applications with clean, portable, well-documented code.<br><br>
</p>
</div>
<div class="col-12 col-md-5 col-lg-5">
<div class="row no-gutters">
<img class="bigdata-img" src="img/web/abstract.jpeg" />
</div>
</div>
</div>
</div>
</main>
<?php include("./includes/footer1.php"); ?>